#BBB579

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

Shades of Dark Khaki #BBB579

Tints of Dark Khaki #BBB579

Color information

#BBB579 (or 0xBBB579) is unknown color: approx Dark Khaki. HEX triplet: BB, B5 and 79. RGB value is (187,181,121). Sum of RGB (Red+Green+Blue) = 187+181+121=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB579 is #444A86. Grayscale: #B0B0B0. Windows color (decimal): -4475527 or 7976379. OLE color: 7976379.

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

Color convert

RGB187181121-
CMYK00.030.350.27
HSL54.55º32.67%60.39%-
HSV(B)54.55º35.29%73.33%-
XYZ40.4744.9924.64-
YUV175.9596.99135.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.24%
GREEN value IS 181 (71.09% from 255) = 37.01%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=38.24%
G=37.01%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718112100.030.350.2754.5532.6760.39
HexBBB57903231B37213c
Octal273265171034333674174
Binary1011101110110101111100101110001111011110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB579; }

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

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

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

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

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

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

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

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