#BBB574

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

Shades of Dark Khaki #BBB574

Tints of Dark Khaki #BBB574

Color information

#BBB574 (or 0xBBB574) is unknown color: approx Dark Khaki. HEX triplet: BB, B5 and 74. RGB value is (187,181,116). Sum of RGB (Red+Green+Blue) = 187+181+116=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 116 (45.70% from 255 or 23.97% from 484); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB574 is #444A8B. Grayscale: #AFAFAF. Windows color (decimal): -4475532 or 7648699. OLE color: 7648699.

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

Color convert

RGB187181116-
CMYK00.030.380.27
HSL54.93º34.3%59.41%-
HSV(B)54.93º37.97%73.33%-
XYZ40.1744.8723.07-
YUV175.3894.49136.29-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.64%
GREEN value IS 181 (71.09% from 255) = 37.40%
BLUE value IS 116 (45.70% from 255) = 23.97%
R=38.64%
G=37.40%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718111600.030.380.2754.9334.359.41
HexBBB57403261B37223b
Octal273265164034633674273
Binary1011101110110101111010001110011011011110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB574; }

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

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

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

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

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

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

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

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