#B4B17A

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

Shades of Dark Khaki #B4B17A

Tints of Dark Khaki #B4B17A

Color information

#B4B17A (or 0xB4B17A) is unknown color: approx Dark Khaki. HEX triplet: B4, B1 and 7A. RGB value is (180,177,122). Sum of RGB (Red+Green+Blue) = 180+177+122=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B17A is #4B4E85. Grayscale: #ABABAB. Windows color (decimal): -4935302 or 8040884. OLE color: 8040884.

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

Color convert

RGB180177122-
CMYK00.020.320.29
HSL56.9º27.88%59.22%-
HSV(B)56.9º32.22%70.59%-
XYZ38.0642.5524.62-
YUV171.6399.99133.97-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 122 (48.05% from 255) = 25.47%
R=37.58%
G=36.95%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017712200.020.320.2956.927.8859.22
HexB4B17A02201D391c3b
Octal264261172024035713473
Binary101101001011000111110100101000001110111100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B17A; }

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

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

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

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

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

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

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

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