#B4B178

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

Shades of Dark Khaki #B4B178

Tints of Dark Khaki #B4B178

Color information

#B4B178 (or 0xB4B178) is unknown color: approx Dark Khaki. HEX triplet: B4, B1 and 78. RGB value is (180,177,120). Sum of RGB (Red+Green+Blue) = 180+177+120=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B178 is #4B4E87. Grayscale: #ABABAB. Windows color (decimal): -4935304 or 7909812. OLE color: 7909812.

HSL color Cylindrical-coordinate representation of color #B4B178: hue angle of 57º degrees, saturation: 0.29, 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 #B4B178 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB180177120-
CMYK00.020.330.29
HSL57º28.57%58.82%-
HSV(B)57º33.33%70.59%-
XYZ37.9342.523.97-
YUV171.498.99134.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.74%
GREEN value IS 177 (69.53% from 255) = 37.11%
BLUE value IS 120 (47.27% from 255) = 25.16%
R=37.74%
G=37.11%
B=25.16%

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
Decimal18017712000.020.330.295728.5758.82
HexB4B17802211D391d3b
Octal264261170024135713573
Binary101101001011000111110000101000011110111100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B178; }

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

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

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

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

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

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

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

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