#BBB871

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

Shades of Dark Khaki #BBB871

Tints of Dark Khaki #BBB871

Color information

#BBB871 (or 0xBBB871) is unknown color: approx Dark Khaki. HEX triplet: BB, B8 and 71. RGB value is (187,184,113). Sum of RGB (Red+Green+Blue) = 187+184+113=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB871 is #44478E. Grayscale: #B1B1B1. Windows color (decimal): -4474767 or 7452859. OLE color: 7452859.

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

Color convert

RGB187184113-
CMYK00.020.400.27
HSL57.57º35.24%58.82%-
HSV(B)57.57º39.57%73.33%-
XYZ40.6146.0422.37-
YUV176.891.99135.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 184 (72.27% from 255) = 38.02%
BLUE value IS 113 (44.53% from 255) = 23.35%
R=38.64%
G=38.02%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718411300.020.400.2757.5735.2458.82
HexBBB87102281B3a233b
Octal273270161025033724373
Binary1011101110111000111000101010100011011111010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB871; }

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

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

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

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

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

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

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

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