#B0B571

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

Shades of Dark Khaki #B0B571

Tints of Dark Khaki #B0B571

Color information

#B0B571 (or 0xB0B571) is unknown color: approx Dark Khaki. HEX triplet: B0, B5 and 71. RGB value is (176,181,113). Sum of RGB (Red+Green+Blue) = 176+181+113=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0B571 is #4F4A8E. Grayscale: #ACACAC. Windows color (decimal): -5196431 or 7452080. OLE color: 7452080.

HSL color Cylindrical-coordinate representation of color #B0B571: hue angle of 64.41º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B0B571 is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB176181113-
CMYK0.0300.380.29
HSL64.41º31.48%57.65%-
HSV(B)64.41º37.57%70.98%-
XYZ37.4143.4722.04-
YUV171.7594.84131.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 181 (71.09% from 255) = 38.51%
BLUE value IS 113 (44.53% from 255) = 24.04%
R=37.45%
G=38.51%
B=24.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1761811130.0300.380.2964.4131.4857.65
HexB0B57130261D401f3a
Octal2602651613046351003772
Binary1011000010110101111000111010011011101100000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B571; }

 p { color: rgb(176,181,113); }

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

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

 a { background-color: rgb(176,181,113); }

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

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

 span { border-color: rgb(176,181,113); }

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