#BDA54D

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

Shades of Sundance #BDA54D

Tints of Sundance #BDA54D

Color information

#BDA54D (or 0xBDA54D) is unknown color: approx Sundance. HEX triplet: BD, A5 and 4D. RGB value is (189,165,77). Sum of RGB (Red+Green+Blue) = 189+165+77=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA54D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDA54D is #425AB2. Grayscale: #A2A2A2. Windows color (decimal): -4348595 or 5088701. OLE color: 5088701.

HSL color Cylindrical-coordinate representation of color #BDA54D: hue angle of 47.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDA54D is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB18916577-
CMYK00.130.590.26
HSL47.14º45.9%52.16%-
HSV(B)47.14º59.26%74.12%-
XYZ35.7838.2612.52-
YUV162.1479.95147.16-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.85%
GREEN value IS 165 (64.84% from 255) = 38.28%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=43.85%
G=38.28%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891657700.130.590.2647.1445.952.16
HexBDA54D0D3B1A2f2e34
Octal2752451150157332575664
Binary101111011010010110011010110111101111010101111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA54D; }

 p { color: rgb(189,165,77); }

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

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

 a { background-color: rgb(189,165,77); }

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

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

 span { border-color: rgb(189,165,77); }

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