#BBB970

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

Shades of Dark Khaki #BBB970

Tints of Dark Khaki #BBB970

Color information

#BBB970 (or 0xBBB970) is unknown color: approx Dark Khaki. HEX triplet: BB, B9 and 70. RGB value is (187,185,112). Sum of RGB (Red+Green+Blue) = 187+185+112=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB970 is #44468F. Grayscale: #B1B1B1. Windows color (decimal): -4474512 or 7387579. OLE color: 7387579.

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

Color convert

RGB187185112-
CMYK00.010.400.27
HSL58.4º35.55%58.63%-
HSV(B)58.4º40.11%73.33%-
XYZ40.7746.4322.14-
YUV177.2891.16134.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=38.64%
G=38.22%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718511200.010.400.2758.435.5558.63
HexBBB97001281B3a243b
Octal273271160015033724473
Binary101110111011100111100000110100011011111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB970; }

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

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

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

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

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

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

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

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