#B9B569

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

Shades of Dark Khaki #B9B569

Tints of Dark Khaki #B9B569

Color information

#B9B569 (or 0xB9B569) is unknown color: approx Dark Khaki. HEX triplet: B9, B5 and 69. RGB value is (185,181,105). Sum of RGB (Red+Green+Blue) = 185+181+105=471 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.28% from 471); Green value is 181 (71.09% from 255 or 38.43% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9B569 is #464A96. Grayscale: #ADADAD. Windows color (decimal): -4606615 or 6927801. OLE color: 6927801.

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

Color convert

RGB185181105-
CMYK00.020.430.27
HSL57º36.36%56.86%-
HSV(B)57º43.24%72.55%-
XYZ39.0844.3819.87-
YUV173.5389.33136.18-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.28%
GREEN value IS 181 (71.09% from 255) = 38.43%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=39.28%
G=38.43%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18518110500.020.430.275736.3656.86
HexB9B569022B1B392439
Octal271265151025333714471
Binary1011100110110101110100101010101111011111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B569; }

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

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

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

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

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

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

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

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