#BDB470

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

Shades of Dark Khaki #BDB470

Tints of Dark Khaki #BDB470

Color information

#BDB470 (or 0xBDB470) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 70. RGB value is (189,180,112). Sum of RGB (Red+Green+Blue) = 189+180+112=481 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.29% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB470 is #424B8F. Grayscale: #AFAFAF. Windows color (decimal): -4344720 or 7386301. OLE color: 7386301.

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

Color convert

RGB189180112-
CMYK00.050.410.26
HSL52.99º36.84%59.02%-
HSV(B)52.99º40.74%74.12%-
XYZ40.2344.6321.82-
YUV174.9492.48138.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.29%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 112 (44.14% from 255) = 23.28%
R=39.29%
G=37.42%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918011200.050.410.2652.9936.8459.02
HexBDB47005291A35253b
Octal275264160055132654573
Binary10111101101101001110000010110100111010110101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB470; }

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

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

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

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

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

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

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

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