#B4B069

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

Shades of Dark Khaki #B4B069

Tints of Dark Khaki #B4B069

Color information

#B4B069 (or 0xB4B069) is unknown color: approx Dark Khaki. HEX triplet: B4, B0 and 69. RGB value is (180,176,105). Sum of RGB (Red+Green+Blue) = 180+176+105=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4B069 is #4B4F96. Grayscale: #A9A9A9. Windows color (decimal): -4935575 or 6926516. OLE color: 6926516.

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

Color convert

RGB180176105-
CMYK00.020.420.29
HSL56.8º33.33%55.88%-
HSV(B)56.8º41.67%70.59%-
XYZ36.941.7719.48-
YUV169.191.83135.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 39.05%
GREEN value IS 176 (69.14% from 255) = 38.18%
BLUE value IS 105 (41.41% from 255) = 22.78%
R=39.05%
G=38.18%
B=22.78%

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
Decimal18017610500.020.420.2956.833.3355.88
HexB4B069022A1D392138
Octal264260151025235714170
Binary1011010010110000110100101010101011101111001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B069; }

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

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

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

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

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

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

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

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