#BDA957

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

Shades of Sundance #BDA957

Tints of Sundance #BDA957

Color information

#BDA957 (or 0xBDA957) is unknown color: approx Sundance. HEX triplet: BD, A9 and 57. RGB value is (189,169,87). Sum of RGB (Red+Green+Blue) = 189+169+87=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 87 (34.38% from 255 or 19.55% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA957 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA957 is #4256A8. Grayscale: #A5A5A5. Windows color (decimal): -4347561 or 5745085. OLE color: 5745085.

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

Color convert

RGB18916987-
CMYK00.110.540.26
HSL48.24º43.59%54.12%-
HSV(B)48.24º53.97%74.12%-
XYZ36.8939.8814.77-
YUV165.6383.63144.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.47%
GREEN value IS 169 (66.41% from 255) = 37.98%
BLUE value IS 87 (34.38% from 255) = 19.55%
R=42.47%
G=37.98%
B=19.55%

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
Decimal1891698700.110.540.2648.2443.5954.12
HexBDA9570B361A302c36
Octal2752511270136632605466
Binary101111011010100110101110101111011011010110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA957; }

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

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

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

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

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

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

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

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