#BBB86B

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

Shades of Dark Khaki #BBB86B

Tints of Dark Khaki #BBB86B

Color information

#BBB86B (or 0xBBB86B) is unknown color: approx Dark Khaki. HEX triplet: BB, B8 and 6B. RGB value is (187,184,107). Sum of RGB (Red+Green+Blue) = 187+184+107=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB86B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB86B is #444794. Grayscale: #B0B0B0. Windows color (decimal): -4474773 or 7059643. OLE color: 7059643.

HSL color Cylindrical-coordinate representation of color #BBB86B: hue angle of 57.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BBB86B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB187184107-
CMYK00.020.430.27
HSL57.75º37.04%57.65%-
HSV(B)57.75º42.78%73.33%-
XYZ40.2945.9120.65-
YUV176.1288.99135.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.12%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 107 (42.19% from 255) = 22.38%
R=39.12%
G=38.49%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718410700.020.430.2757.7537.0457.65
HexBBB86B022B1B3a253a
Octal273270153025333724572
Binary1011101110111000110101101010101111011111010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB86B; }

 p { color: rgb(187,184,107); }

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

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

 a { background-color: rgb(187,184,107); }

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

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

 span { border-color: rgb(187,184,107); }

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