#BDAD53

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

Shades of Sundance #BDAD53

Tints of Sundance #BDAD53

Color information

#BDAD53 (or 0xBDAD53) is unknown color: approx Sundance. HEX triplet: BD, AD and 53. RGB value is (189,173,83). Sum of RGB (Red+Green+Blue) = 189+173+83=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 83 (32.81% from 255 or 18.65% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAD53 is #4252AC. Grayscale: #A7A7A7. Windows color (decimal): -4346541 or 5483965. OLE color: 5483965.

HSL color Cylindrical-coordinate representation of color #BDAD53: hue angle of 50.94º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDAD53 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18917383-
CMYK00.080.560.26
HSL50.94º44.54%53.33%-
HSV(B)50.94º56.08%74.12%-
XYZ37.4941.3314.19-
YUV167.5280.3143.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 173 (67.97% from 255) = 38.88%
BLUE value IS 83 (32.81% from 255) = 18.65%
R=42.47%
G=38.88%
B=18.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891738300.080.560.2650.9444.5453.33
HexBDAD5308381A332d35
Octal2752551230107032635565
Binary101111011010110110100110100011100011010110011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD53; }

 p { color: rgb(189,173,83); }

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

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

 a { background-color: rgb(189,173,83); }

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

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

 span { border-color: rgb(189,173,83); }

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