#BBB772

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

Shades of Dark Khaki #BBB772

Tints of Dark Khaki #BBB772

Color information

#BBB772 (or 0xBBB772) is unknown color: approx Dark Khaki. HEX triplet: BB, B7 and 72. RGB value is (187,183,114). Sum of RGB (Red+Green+Blue) = 187+183+114=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB772 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB772 is #44488D. Grayscale: #B0B0B0. Windows color (decimal): -4475022 or 7518139. OLE color: 7518139.

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

Color convert

RGB187183114-
CMYK00.020.390.27
HSL56.71º34.93%59.02%-
HSV(B)56.71º39.04%73.33%-
XYZ40.4645.6522.6-
YUV176.3392.83135.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 183 (71.88% from 255) = 37.81%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=38.64%
G=37.81%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718311400.020.390.2756.7134.9359.02
HexBBB77202271B39233b
Octal273267162024733714373
Binary1011101110110111111001001010011111011111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB772; }

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

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

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

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

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

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

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

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