#BDA950

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

Shades of Sundance #BDA950

Tints of Sundance #BDA950

Color information

#BDA950 (or 0xBDA950) is unknown color: approx Sundance. HEX triplet: BD, A9 and 50. RGB value is (189,169,80). Sum of RGB (Red+Green+Blue) = 189+169+80=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA950 is #4256AF. Grayscale: #A5A5A5. Windows color (decimal): -4347568 or 5286333. OLE color: 5286333.

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

Color convert

RGB18916980-
CMYK00.110.580.26
HSL48.99º45.23%52.75%-
HSV(B)48.99º57.67%74.12%-
XYZ36.6239.7713.34-
YUV164.8380.13145.24-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 80 (31.64% from 255) = 18.26%
R=43.15%
G=38.58%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891698000.110.580.2648.9945.2352.75
HexBDA9500B3A1A312d35
Octal2752511200137232615565
Binary101111011010100110100000101111101011010110001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA950; }

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

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

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

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

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

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

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

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