#B3B476

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

Shades of Dark Khaki #B3B476

Tints of Dark Khaki #B3B476

Color information

#B3B476 (or 0xB3B476) is unknown color: approx Dark Khaki. HEX triplet: B3, B4 and 76. RGB value is (179,180,118). Sum of RGB (Red+Green+Blue) = 179+180+118=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 180 (70.70% from 255 or 37.74% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B476 is #4C4B89. Grayscale: #ACACAC. Windows color (decimal): -5000074 or 7779507. OLE color: 7779507.

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

Color convert

RGB179180118-
CMYK0.0100.340.29
HSL60.97º29.25%58.43%-
HSV(B)60.97º34.44%70.59%-
XYZ38.1843.5323.53-
YUV172.6397.17132.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 37.53%
GREEN value IS 180 (70.70% from 255) = 37.74%
BLUE value IS 118 (46.48% from 255) = 24.74%
R=37.53%
G=37.74%
B=24.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1791801180.0100.340.2960.9729.2558.43
HexB3B47610221D3d1d3a
Octal263264166104235753572
Binary10110011101101001110110101000101110111110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B476; }

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

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

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

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

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

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

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

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