#BDB569

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

Shades of Dark Khaki #BDB569

Tints of Dark Khaki #BDB569

Color information

#BDB569 (or 0xBDB569) is unknown color: approx Dark Khaki. HEX triplet: BD, B5 and 69. RGB value is (189,181,105). Sum of RGB (Red+Green+Blue) = 189+181+105=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 181 (71.09% from 255 or 38.11% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB569 is #424A96. Grayscale: #AFAFAF. Windows color (decimal): -4344471 or 6927805. OLE color: 6927805.

HSL color Cylindrical-coordinate representation of color #BDB569: hue angle of 54.29º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDB569 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB189181105-
CMYK00.040.440.26
HSL54.29º38.89%57.65%-
HSV(B)54.29º44.44%74.12%-
XYZ40.0644.8919.92-
YUV174.7388.65138.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 181 (71.09% from 255) = 38.11%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=39.79%
G=38.11%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918110500.040.440.2654.2938.8957.65
HexBDB569042C1A36273a
Octal275265151045432664772
Binary10111101101101011101001010010110011010110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB569; }

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

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

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

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

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

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

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

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