#BBBF6A

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

Shades of Dark Khaki #BBBF6A

Tints of Dark Khaki #BBBF6A

Color information

#BBBF6A (or 0xBBBF6A) is unknown color: approx Dark Khaki. HEX triplet: BB, BF and 6A. RGB value is (187,191,106). Sum of RGB (Red+Green+Blue) = 187+191+106=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBF6A is #444095. Grayscale: #B4B4B4. Windows color (decimal): -4472982 or 6995899. OLE color: 6995899.

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

Color convert

RGB187191106-
CMYK0.0200.450.25
HSL62.82º39.91%58.24%-
HSV(B)62.82º44.5%74.9%-
XYZ41.7348.8720.87-
YUV180.1186.17132.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 191 (75% from 255) = 39.46%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=38.64%
G=39.46%
B=21.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911060.0200.450.2562.8239.9158.24
HexBBBF6A202D193f283a
Octal273277152205531775072
Binary1011101110111111110101010010110111001111111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBF6A; }

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

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

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

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

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

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

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

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