#BDA856

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

Shades of Sundance #BDA856

Tints of Sundance #BDA856

Color information

#BDA856 (or 0xBDA856) is unknown color: approx Sundance. HEX triplet: BD, A8 and 56. RGB value is (189,168,86). Sum of RGB (Red+Green+Blue) = 189+168+86=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA856 is #4257A9. Grayscale: #A5A5A5. Windows color (decimal): -4347818 or 5679293. OLE color: 5679293.

HSL color Cylindrical-coordinate representation of color #BDA856: hue angle of 47.77º 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 #BDA856 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.26.

Color convert

RGB18916886-
CMYK00.110.540.26
HSL47.77º43.83%53.92%-
HSV(B)47.77º54.5%74.12%-
XYZ36.6739.514.49-
YUV164.9383.46145.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 168 (66.02% from 255) = 37.92%
BLUE value IS 86 (33.98% from 255) = 19.41%
R=42.66%
G=37.92%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891688600.110.540.2647.7743.8353.92
HexBDA8560B361A302c36
Octal2752501260136632605466
Binary101111011010100010101100101111011011010110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA856; }

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

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

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

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

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

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

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

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