#B3B076

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

Shades of Dark Khaki #B3B076

Tints of Dark Khaki #B3B076

Color information

#B3B076 (or 0xB3B076) is unknown color: approx Dark Khaki. HEX triplet: B3, B0 and 76. RGB value is (179,176,118). Sum of RGB (Red+Green+Blue) = 179+176+118=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B076 is #4C4F89. Grayscale: #AAAAAA. Windows color (decimal): -5001098 or 7778483. OLE color: 7778483.

HSL color Cylindrical-coordinate representation of color #B3B076: hue angle of 57.05º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B3B076 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB179176118-
CMYK00.020.340.30
HSL57.05º28.64%58.24%-
HSV(B)57.05º34.08%70.2%-
XYZ37.3941.9423.26-
YUV170.2898.49134.22-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.84%
GREEN value IS 176 (69.14% from 255) = 37.21%
BLUE value IS 118 (46.48% from 255) = 24.95%
R=37.84%
G=37.21%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917611800.020.340.3057.0528.6458.24
HexB3B07602221E391d3a
Octal263260166024236713572
Binary101100111011000011101100101000101111011100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B076; }

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

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

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

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

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

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

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

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