#BDA951

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

Shades of Sundance #BDA951

Tints of Sundance #BDA951

Color information

#BDA951 (or 0xBDA951) is unknown color: approx Sundance. HEX triplet: BD, A9 and 51. RGB value is (189,169,81). Sum of RGB (Red+Green+Blue) = 189+169+81=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA951 is #4256AE. Grayscale: #A5A5A5. Windows color (decimal): -4347567 or 5351869. OLE color: 5351869.

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

Color convert

RGB18916981-
CMYK00.110.570.26
HSL48.89º45%52.94%-
HSV(B)48.89º57.14%74.12%-
XYZ36.6639.7913.53-
YUV164.9580.63145.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 81 (32.03% from 255) = 18.45%
R=43.05%
G=38.50%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.57
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891698100.110.570.2648.894552.94
HexBDA9510B391A312d35
Octal2752511210137132615565
Binary101111011010100110100010101111100111010110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA951; }

 p { color: rgb(189,169,81); }

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

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

 a { background-color: rgb(189,169,81); }

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

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

 span { border-color: rgb(189,169,81); }

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