#BBB770

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

Shades of Dark Khaki #BBB770

Tints of Dark Khaki #BBB770

Color information

#BBB770 (or 0xBBB770) is unknown color: approx Dark Khaki. HEX triplet: BB, B7 and 70. RGB value is (187,183,112). Sum of RGB (Red+Green+Blue) = 187+183+112=482 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.80% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 112 (44.14% from 255 or 23.24% from 482); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB770 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB770 is #44488F. Grayscale: #B0B0B0. Windows color (decimal): -4475024 or 7387067. OLE color: 7387067.

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

Color convert

RGB187183112-
CMYK00.020.400.27
HSL56.8º35.55%58.63%-
HSV(B)56.8º40.11%73.33%-
XYZ40.3545.622-
YUV176.191.83135.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.80%
GREEN value IS 183 (71.88% from 255) = 37.97%
BLUE value IS 112 (44.14% from 255) = 23.24%
R=38.80%
G=37.97%
B=23.24%

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
Decimal18718311200.020.400.2756.835.5558.63
HexBBB77002281B39243b
Octal273267160025033714473
Binary1011101110110111111000001010100011011111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB770; }

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

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

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

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

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

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

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

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