#B0B076

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

Shades of Dark Khaki #B0B076

Tints of Dark Khaki #B0B076

Color information

#B0B076 (or 0xB0B076) is unknown color: approx Dark Khaki. HEX triplet: B0, B0 and 76. RGB value is (176,176,118). Sum of RGB (Red+Green+Blue) = 176+176+118=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 176 (69.14% from 255 or 37.45% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0B076 is #4F4F89. Grayscale: #A9A9A9. Windows color (decimal): -5197706 or 7778480. OLE color: 7778480.

HSL color Cylindrical-coordinate representation of color #B0B076: hue angle of 60º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0B076 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB176176118-
CMYK000.330.31
HSL60º26.85%57.65%-
HSV(B)60º32.95%69.02%-
XYZ36.741.5923.23-
YUV169.3999132.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 176 (69.14% from 255) = 37.45%
BLUE value IS 118 (46.48% from 255) = 25.11%
R=37.45%
G=37.45%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176118000.330.316026.8557.65
HexB0B07600211F3c1b3a
Octal260260166004137743372
Binary10110000101100001110110001000011111111110011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B076; }

 p { color: rgb(176,176,118); }

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

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

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

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

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

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

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