#B4B969

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

Shades of Dark Khaki #B4B969

Tints of Dark Khaki #B4B969

Color information

#B4B969 (or 0xB4B969) is unknown color: approx Dark Khaki. HEX triplet: B4, B9 and 69. RGB value is (180,185,105). Sum of RGB (Red+Green+Blue) = 180+185+105=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B969 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B969 is #4B4696. Grayscale: #AEAEAE. Windows color (decimal): -4933271 or 6928820. OLE color: 6928820.

HSL color Cylindrical-coordinate representation of color #B4B969: hue angle of 63.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B4B969 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB180185105-
CMYK0.0300.430.27
HSL63.75º36.36%56.86%-
HSV(B)63.75º43.24%72.55%-
XYZ38.7245.4220.09-
YUV174.3888.84132-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 105 (41.41% from 255) = 22.34%
R=38.30%
G=39.36%
B=22.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1801851050.0300.430.2763.7536.3656.86
HexB4B969302B1B402439
Octal2642711513053331004471
Binary10110100101110011101001110101011110111000000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B969; }

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

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

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

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

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

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

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

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