#BBB170

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

Shades of Dark Khaki #BBB170

Tints of Dark Khaki #BBB170

Color information

#BBB170 (or 0xBBB170) is unknown color: approx Dark Khaki. HEX triplet: BB, B1 and 70. RGB value is (187,177,112). Sum of RGB (Red+Green+Blue) = 187+177+112=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB170 is #444E8F. Grayscale: #ACACAC. Windows color (decimal): -4476560 or 7385531. OLE color: 7385531.

HSL color Cylindrical-coordinate representation of color #BBB170: hue angle of 52º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BBB170 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187177112-
CMYK00.050.400.27
HSL52º35.55%58.63%-
HSV(B)52º40.11%73.33%-
XYZ39.1443.1821.6-
YUV172.5893.81138.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.29%
GREEN value IS 177 (69.53% from 255) = 37.18%
BLUE value IS 112 (44.14% from 255) = 23.53%
R=39.29%
G=37.18%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717711200.050.400.275235.5558.63
HexBBB17005281B34243b
Octal273261160055033644473
Binary10111011101100011110000010110100011011110100100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB170; }

 p { color: rgb(187,177,112); }

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

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

 a { background-color: rgb(187,177,112); }

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

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

 span { border-color: rgb(187,177,112); }

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