#B4B170

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

Shades of Dark Khaki #B4B170

Tints of Dark Khaki #B4B170

Color information

#B4B170 (or 0xB4B170) is unknown color: approx Dark Khaki. HEX triplet: B4, B1 and 70. RGB value is (180,177,112). Sum of RGB (Red+Green+Blue) = 180+177+112=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 177 (69.53% from 255 or 37.74% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B170 is #4B4E8F. Grayscale: #AAAAAA. Windows color (decimal): -4935312 or 7385524. OLE color: 7385524.

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

Color convert

RGB180177112-
CMYK00.020.380.29
HSL57.35º31.19%57.25%-
HSV(B)57.35º37.78%70.59%-
XYZ37.4742.3221.52-
YUV170.4994.99134.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.38%
GREEN value IS 177 (69.53% from 255) = 37.74%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=38.38%
G=37.74%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017711200.020.380.2957.3531.1957.25
HexB4B17002261D391f39
Octal264261160024635713771
Binary101101001011000111100000101001101110111100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B170; }

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

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

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

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

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

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

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

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