#BBB575

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

Shades of Dark Khaki #BBB575

Tints of Dark Khaki #BBB575

Color information

#BBB575 (or 0xBBB575) is unknown color: approx Dark Khaki. HEX triplet: BB, B5 and 75. RGB value is (187,181,117). Sum of RGB (Red+Green+Blue) = 187+181+117=485 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.56% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB575 is #444A8A. Grayscale: #AFAFAF. Windows color (decimal): -4475531 or 7714235. OLE color: 7714235.

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

Color convert

RGB187181117-
CMYK00.030.370.27
HSL54.86º33.98%59.61%-
HSV(B)54.86º37.43%73.33%-
XYZ40.2344.923.38-
YUV175.594.99136.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.56%
GREEN value IS 181 (71.09% from 255) = 37.32%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=38.56%
G=37.32%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718111700.030.370.2754.8633.9859.61
HexBBB57503251B37223c
Octal273265165034533674274
Binary1011101110110101111010101110010111011110111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB575; }

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

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

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

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

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

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

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

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