#BBBA72

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

Shades of Dark Khaki #BBBA72

Tints of Dark Khaki #BBBA72

Color information

#BBBA72 (or 0xBBBA72) is unknown color: approx Dark Khaki. HEX triplet: BB, BA and 72. RGB value is (187,186,114). Sum of RGB (Red+Green+Blue) = 187+186+114=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA72 is #44458D. Grayscale: #B2B2B2. Windows color (decimal): -4474254 or 7518907. OLE color: 7518907.

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

Color convert

RGB187186114-
CMYK00.010.390.27
HSL59.18º34.93%59.02%-
HSV(B)59.18º39.04%73.33%-
XYZ41.0946.922.81-
YUV178.0991.83134.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.40%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 114 (44.92% from 255) = 23.41%
R=38.40%
G=38.19%
B=23.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718611400.010.390.2759.1834.9359.02
HexBBBA7201271B3b233b
Octal273272162014733734373
Binary101110111011101011100100110011111011111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBA72; }

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

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

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

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

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

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

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

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