#B4B476

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

Shades of Dark Khaki #B4B476

Tints of Dark Khaki #B4B476

Color information

#B4B476 (or 0xB4B476) is unknown color: approx Dark Khaki. HEX triplet: B4, B4 and 76. RGB value is (180,180,118). Sum of RGB (Red+Green+Blue) = 180+180+118=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 180 - color contains mainly: red, green. Hex color #B4B476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B476 is #4B4B89. Grayscale: #ADADAD. Windows color (decimal): -4934538 or 7779508. OLE color: 7779508.

HSL color Cylindrical-coordinate representation of color #B4B476: hue angle of 60º 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 #B4B476 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB180180118-
CMYK000.340.29
HSL60º29.25%58.43%-
HSV(B)60º34.44%70.59%-
XYZ38.4143.6523.54-
YUV172.9397133.04-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 180 (70.70% from 255) = 37.66%
BLUE value IS 118 (46.48% from 255) = 24.69%
R=37.66%
G=37.66%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180180118000.340.296029.2558.43
HexB4B47600221D3c1d3a
Octal264264166004235743572
Binary10110100101101001110110001000101110111110011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B476; }

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

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

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

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

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

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

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

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