#BDAA56

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

Shades of Sundance #BDAA56

Tints of Sundance #BDAA56

Color information

#BDAA56 (or 0xBDAA56) is unknown color: approx Sundance. HEX triplet: BD, AA and 56. RGB value is (189,170,86). Sum of RGB (Red+Green+Blue) = 189+170+86=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 86 (33.98% from 255 or 19.33% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAA56 is #4255A9. Grayscale: #A6A6A6. Windows color (decimal): -4347306 or 5679805. OLE color: 5679805.

HSL color Cylindrical-coordinate representation of color #BDAA56: hue angle of 48.93º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDAA56 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18917086-
CMYK00.100.540.26
HSL48.93º43.83%53.92%-
HSV(B)48.93º54.5%74.12%-
XYZ37.0440.2414.62-
YUV166.182.79144.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 170 (66.80% from 255) = 38.20%
BLUE value IS 86 (33.98% from 255) = 19.33%
R=42.47%
G=38.20%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891708600.100.540.2648.9343.8353.92
HexBDAA560A361A312c36
Octal2752521260126632615466
Binary101111011010101010101100101011011011010110001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAA56; }

 p { color: rgb(189,170,86); }

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

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

 a { background-color: rgb(189,170,86); }

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

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

 span { border-color: rgb(189,170,86); }

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