#B4B179

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

Shades of Dark Khaki #B4B179

Tints of Dark Khaki #B4B179

Color information

#B4B179 (or 0xB4B179) is unknown color: approx Dark Khaki. HEX triplet: B4, B1 and 79. RGB value is (180,177,121). Sum of RGB (Red+Green+Blue) = 180+177+121=478 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.66% from 478); Green value is 177 (69.53% from 255 or 37.03% from 478); Blue value is 121 (47.66% from 255 or 25.31% from 478); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B179 is #4B4E86. Grayscale: #ABABAB. Windows color (decimal): -4935303 or 7975348. OLE color: 7975348.

HSL color Cylindrical-coordinate representation of color #B4B179: hue angle of 56.95º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4B179 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180177121-
CMYK00.020.330.29
HSL56.95º28.23%59.02%-
HSV(B)56.95º32.78%70.59%-
XYZ3842.5324.3-
YUV171.5199.49134.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.66%
GREEN value IS 177 (69.53% from 255) = 37.03%
BLUE value IS 121 (47.66% from 255) = 25.31%
R=37.66%
G=37.03%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017712100.020.330.2956.9528.2359.02
HexB4B17902211D391c3b
Octal264261171024135713473
Binary101101001011000111110010101000011110111100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B179; }

 p { color: rgb(180,177,121); }

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

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

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

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

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

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

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