#BBB573

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

Shades of Dark Khaki #BBB573

Tints of Dark Khaki #BBB573

Color information

#BBB573 (or 0xBBB573) is unknown color: approx Dark Khaki. HEX triplet: BB, B5 and 73. RGB value is (187,181,115). Sum of RGB (Red+Green+Blue) = 187+181+115=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB573 is #444A8C. Grayscale: #AFAFAF. Windows color (decimal): -4475533 or 7583163. OLE color: 7583163.

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

Color convert

RGB187181115-
CMYK00.030.390.27
HSL55º34.62%59.22%-
HSV(B)55º38.5%73.33%-
XYZ40.1144.8522.76-
YUV175.2793.99136.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.72%
GREEN value IS 181 (71.09% from 255) = 37.47%
BLUE value IS 115 (45.31% from 255) = 23.81%
R=38.72%
G=37.47%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718111500.030.390.275534.6259.22
HexBBB57303271B37233b
Octal273265163034733674373
Binary1011101110110101111001101110011111011110111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB573; }

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

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

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

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

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

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

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

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