#BDA956

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

Shades of Sundance #BDA956

Tints of Sundance #BDA956

Color information

#BDA956 (or 0xBDA956) is unknown color: approx Sundance. HEX triplet: BD, A9 and 56. RGB value is (189,169,86). Sum of RGB (Red+Green+Blue) = 189+169+86=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA956 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA956 is #4256A9. Grayscale: #A5A5A5. Windows color (decimal): -4347562 or 5679549. OLE color: 5679549.

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

Color convert

RGB18916986-
CMYK00.110.540.26
HSL48.35º43.83%53.92%-
HSV(B)48.35º54.5%74.12%-
XYZ36.8539.8714.56-
YUV165.5283.13144.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 169 (66.41% from 255) = 38.06%
BLUE value IS 86 (33.98% from 255) = 19.37%
R=42.57%
G=38.06%
B=19.37%

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
Decimal1891698600.110.540.2648.3543.8353.92
HexBDA9560B361A302c36
Octal2752511260136632605466
Binary101111011010100110101100101111011011010110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA956; }

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

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

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

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

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

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

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

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