#BDB473

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

Shades of Dark Khaki #BDB473

Tints of Dark Khaki #BDB473

Color information

#BDB473 (or 0xBDB473) is unknown color: approx Dark Khaki. HEX triplet: BD, B4 and 73. RGB value is (189,180,115). Sum of RGB (Red+Green+Blue) = 189+180+115=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 115 (45.31% from 255 or 23.76% from 484); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB473 is #424B8C. Grayscale: #AFAFAF. Windows color (decimal): -4344717 or 7582909. OLE color: 7582909.

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

Color convert

RGB189180115-
CMYK00.050.390.26
HSL52.7º35.92%59.61%-
HSV(B)52.7º39.15%74.12%-
XYZ40.444.722.72-
YUV175.2893.98137.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.05%
GREEN value IS 180 (70.70% from 255) = 37.19%
BLUE value IS 115 (45.31% from 255) = 23.76%
R=39.05%
G=37.19%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918011500.050.390.2652.735.9259.61
HexBDB47305271A35243c
Octal275264163054732654474
Binary10111101101101001110011010110011111010110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB473; }

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

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

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

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

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

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

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

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