#B4B169

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

Shades of Dark Khaki #B4B169

Tints of Dark Khaki #B4B169

Color information

#B4B169 (or 0xB4B169) is unknown color: approx Dark Khaki. HEX triplet: B4, B1 and 69. RGB value is (180,177,105). Sum of RGB (Red+Green+Blue) = 180+177+105=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B169 is #4B4E96. Grayscale: #A9A9A9. Windows color (decimal): -4935319 or 6926772. OLE color: 6926772.

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

Color convert

RGB180177105-
CMYK00.020.420.29
HSL57.6º33.33%55.88%-
HSV(B)57.6º41.67%70.59%-
XYZ37.0942.1719.55-
YUV169.6991.49135.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.96%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 105 (41.41% from 255) = 22.73%
R=38.96%
G=38.31%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017710500.020.420.2957.633.3355.88
HexB4B169022A1D3a2138
Octal264261151025235724170
Binary1011010010110001110100101010101011101111010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B169; }

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

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

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

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

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

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

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

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