#BDA857

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

Shades of Sundance #BDA857

Tints of Sundance #BDA857

Color information

#BDA857 (or 0xBDA857) is unknown color: approx Sundance. HEX triplet: BD, A8 and 57. RGB value is (189,168,87). Sum of RGB (Red+Green+Blue) = 189+168+87=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA857 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA857 is #4257A8. Grayscale: #A5A5A5. Windows color (decimal): -4347817 or 5744829. OLE color: 5744829.

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

Color convert

RGB18916887-
CMYK00.110.540.26
HSL47.65º43.59%54.12%-
HSV(B)47.65º53.97%74.12%-
XYZ36.7139.5114.71-
YUV165.0483.96145.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 168 (66.02% from 255) = 37.84%
BLUE value IS 87 (34.38% from 255) = 19.59%
R=42.57%
G=37.84%
B=19.59%

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
Decimal1891688700.110.540.2647.6543.5954.12
HexBDA8570B361A302c36
Octal2752501270136632605466
Binary101111011010100010101110101111011011010110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA857; }

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

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

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

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

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

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

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

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