#BBB578

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

Shades of Dark Khaki #BBB578

Tints of Dark Khaki #BBB578

Color information

#BBB578 (or 0xBBB578) is unknown color: approx Dark Khaki. HEX triplet: BB, B5 and 78. RGB value is (187,181,120). Sum of RGB (Red+Green+Blue) = 187+181+120=488 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.32% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB578 is #444A87. Grayscale: #B0B0B0. Windows color (decimal): -4475528 or 7910843. OLE color: 7910843.

HSL color Cylindrical-coordinate representation of color #BBB578: hue angle of 54.63º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BBB578 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB187181120-
CMYK00.030.360.27
HSL54.63º33%60.2%-
HSV(B)54.63º35.83%73.33%-
XYZ40.4144.9724.32-
YUV175.8496.49135.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.32%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 120 (47.27% from 255) = 24.59%
R=38.32%
G=37.09%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718112000.030.360.2754.633360.2
HexBBB57803241B37213c
Octal273265170034433674174
Binary1011101110110101111100001110010011011110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB578; }

 p { color: rgb(187,181,120); }

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

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

 a { background-color: rgb(187,181,120); }

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

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

 span { border-color: rgb(187,181,120); }

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