#BBBF67

Color #BBBF67 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #BBBF67

Tints of Dark Khaki #BBBF67

Color information

#BBBF67 (or 0xBBBF67) is unknown color: approx Dark Khaki. HEX triplet: BB, BF and 67. RGB value is (187,191,103). Sum of RGB (Red+Green+Blue) = 187+191+103=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 191 (75% from 255 or 39.71% from 481); Blue value is 103 (40.62% from 255 or 21.41% from 481); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF67 is #444098. Grayscale: #B4B4B4. Windows color (decimal): -4472985 or 6799291. OLE color: 6799291.

HSL color Cylindrical-coordinate representation of color #BBBF67: hue angle of 62.73º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBBF67 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB187191103-
CMYK0.0200.460.25
HSL62.73º40.74%57.65%-
HSV(B)62.73º46.07%74.9%-
XYZ41.5748.8120.06-
YUV179.7784.67133.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 38.88%
GREEN value IS 191 (75% from 255) = 39.71%
BLUE value IS 103 (40.62% from 255) = 21.41%
R=38.88%
G=39.71%
B=21.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911030.0200.460.2562.7340.7457.65
HexBBBF67202E193f293a
Octal273277147205631775172
Binary1011101110111111110011110010111011001111111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF67; }

 p { color: rgb(187,191,103); }

 H1.HeaderClassName
 {
   color: #BBBF67;
 }
 .AnyTagClassName
 {
   color: #BBBF67;
 }
</style>
background-color css

<style>
 a { background-color: #BBBF67; }

 a { background-color: rgb(187,191,103); }

 div.DivClassName
 {
   background-color: #BBBF67;
 }
 .BgClassName
 {
   background-color: #BBBF67;
 }
</style>
border-color css

<style>
 span { border-color: #BBBF67; }

 span { border-color: rgb(187,191,103); }

 td.TdClassName
 {
   border-color: #BBBF67;
 }
 .TagClassName
 {
   border-color: #BBBF67;
 }
</style>