#BBB272

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

Shades of Dark Khaki #BBB272

Tints of Dark Khaki #BBB272

Color information

#BBB272 (or 0xBBB272) is unknown color: approx Dark Khaki. HEX triplet: BB, B2 and 72. RGB value is (187,178,114). Sum of RGB (Red+Green+Blue) = 187+178+114=479 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.04% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB272 is #444D8D. Grayscale: #ADADAD. Windows color (decimal): -4476302 or 7516859. OLE color: 7516859.

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

Color convert

RGB187178114-
CMYK00.050.390.27
HSL52.6º34.93%59.02%-
HSV(B)52.6º39.04%73.33%-
XYZ39.4543.6222.26-
YUV173.494.48137.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 39.04%
GREEN value IS 178 (69.92% from 255) = 37.16%
BLUE value IS 114 (44.92% from 255) = 23.80%
R=39.04%
G=37.16%
B=23.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717811400.050.390.2752.634.9359.02
HexBBB27205271B35233b
Octal273262162054733654373
Binary10111011101100101110010010110011111011110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB272; }

 p { color: rgb(187,178,114); }

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

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

 a { background-color: rgb(187,178,114); }

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

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

 span { border-color: rgb(187,178,114); }

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