COLOR #BBBF68

HEX: #BBBF68
RGB: (187,191,104)

Color info

#BBBF68 contains mainly red and green colors. Web safe color of #BBBF68 is #CCCC66 (or #CC6).

RGB color model

#BBBF68 color RGB value is (187,191,104).

  • red value is 187;
  • green value is 191;
  • blue value is 104.
RGB:
(187,191,104)
(73%,75%,41%)

RGB channels and saturation

R 187 of 255 = 73%
G 191 of 255 = 75%
B 104 of 255 = 41%

187
191
104

R + G + B ~ 63%. #BBBF68 is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 191 + 104 = 482 (100%)
R 187 of 482 ~ 38.8%
G 191 of 482 ~ 39.63%
B 104 of 482 ~ 21.58%

%38.8
%39.63
%21.58

CMYK color model

#BBBF68 color CMYK value is (2,0,46,25).

  • cyan value is 2.09%
  • magenta value is 0.00%
  • yellow value is 45.55%
  • key color value is 25.10%
CMYK:
(2,0,46,25)
C2M0Y46K25 
(2%,0%,46%,25%)
(0.02/0.00/0.46/0.25)	

CMYK percentages

%2.09
%0
%45.55
%25.1

Codes

Color #BBBF68 in popluar color models

BBBF68
RGB187191104
HSL63°40.47%57.84%
HSB/HSV63°45.55%74.90%
CMYK2.09%0.00%45.55%
25.10%

Color #BBBF68 in popluar number systems.

HEXBBBF68
Decimal187191104
Binary10111011101111111101000
Octal273277150

Shades and tints

Shades of #BBBF68

#BBBF68
(187,191,104)
#AAAE5F
(170,174,95)
#999D56
(153,157,86)
#888C4D
(136,140,77)
#777B44
(119,123,68)
#666A3B
(102,106,59)
#555932
(85,89,50)
#444829
(68,72,41)
#333720
(51,55,32)
#222617
(34,38,23)
#11150E
(17,21,14)
#000000
(0,0,0)

Tints of #BBBF68

#BBBF68
(187,191,104)
#C1C475
(193,196,117)
#C7C982
(199,201,130)
#CDCE8F
(205,206,143)
#D3D39C
(211,211,156)
#D9D8A9
(217,216,169)
#DFDDB6
(223,221,182)
#E5E2C3
(229,226,195)
#EBE7D0
(235,231,208)
#F1ECDD
(241,236,221)
#F7F1EA
(247,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBBF68 color. Also use rgb(187,191,104) instead hex code.

Text Font Color

.myTextColor { color: #BBBF68; }

<p style="color:#BBBF68">This sample text font color is #BBBF68.</p>

This text font color is #BBBF68.


Background Color

.myBgColor { background-color: #BBBF68; }

<div style="background-color:#BBBF68">Inner text</div>

This div background color is #BBBF68.


Border color

.myBorderColor { border: 1px solid #BBBF68; }

<div style="border:3px solid #BBBF68">Div</div>

This div border color is #BBBF68.


Opacity

.myOpacity80 { color: #BBBF68; opacity: 0.8; }

<p style="color:#BBBF68;opacity:0.8;">80%</p>

Text with #BBBF68 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBBF68;}

<p style="text-shadow: 3px 3px 1px #BBBF68">Text here.</p>

This text has shadow with #BBBF68 color.

.textShadow {text-shadow: 3px 3px 1px #BBBF68, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBBF68, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBBF68 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBBF68, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBBF68, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBBF68 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBBF68;
  -webkit-box-shadow:	1px 1px 3px 2px #BBBF68;
  box-shadow:		1px 1px 3px 2px #BBBF68;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBBF68;
-webkit-box-shadow: 1px 1px 3px 2px #BBBF68;
box-shadow:1px 1px 3px 2px #BBBF68;">
Div content here</div>
This div box has shadow with color #BBBF68.

Preview

Color preview on black background

This text has color #BBBF68 on black background.


Color preview on white background

This text has color #BBBF68 on white background.



Black color preview on #BBBF68 background

This text has black color on #BBBF68 background.


White color preview on #BBBF68 background

This text has white color on #BBBF68 background.