#BDB471

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

Shades of Dark Khaki #BDB471

Tints of Dark Khaki #BDB471

Color information

#BDB471 (or 0xBDB471) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 71. RGB value is (189,180,113). Sum of RGB (Red+Green+Blue) = 189+180+113=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB471 is #424B8E. Grayscale: #AFAFAF. Windows color (decimal): -4344719 or 7451837. OLE color: 7451837.

HSL color Cylindrical-coordinate representation of color #BDB471: hue angle of 52.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDB471 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB189180113-
CMYK00.050.400.26
HSL52.89º36.54%59.22%-
HSV(B)52.89º40.21%74.12%-
XYZ40.2944.6522.12-
YUV175.0592.98137.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=39.21%
G=37.34%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918011300.050.400.2652.8936.5459.22
HexBDB47105281A35253b
Octal275264161055032654573
Binary10111101101101001110001010110100011010110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB471; }

 p { color: rgb(189,180,113); }

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

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

 a { background-color: rgb(189,180,113); }

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

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

 span { border-color: rgb(189,180,113); }

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