#BBB171

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

Shades of Dark Khaki #BBB171

Tints of Dark Khaki #BBB171

Color information

#BBB171 (or 0xBBB171) is unknown color: approx Dark Khaki. HEX triplet: BB, B1 and 71. RGB value is (187,177,113). Sum of RGB (Red+Green+Blue) = 187+177+113=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB171 is #444E8E. Grayscale: #ACACAC. Windows color (decimal): -4476559 or 7451067. OLE color: 7451067.

HSL color Cylindrical-coordinate representation of color #BBB171: hue angle of 51.89º degrees, saturation: 0.35, 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 #BBB171 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187177113-
CMYK00.050.400.27
HSL51.89º35.24%58.82%-
HSV(B)51.89º39.57%73.33%-
XYZ39.243.221.9-
YUV172.6994.31138.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.20%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 113 (44.53% from 255) = 23.69%
R=39.20%
G=37.11%
B=23.69%

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
Decimal18717711300.050.400.2751.8935.2458.82
HexBBB17105281B34233b
Octal273261161055033644373
Binary10111011101100011110001010110100011011110100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB171; }

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

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

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

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

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

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

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

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