#BDAE4E

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

Shades of Sundance #BDAE4E

Tints of Sundance #BDAE4E

Color information

#BDAE4E (or 0xBDAE4E) is unknown color: approx Sundance. HEX triplet: BD, AE and 4E. RGB value is (189,174,78). Sum of RGB (Red+Green+Blue) = 189+174+78=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE4E is #4251B1. Grayscale: #A7A7A7. Windows color (decimal): -4346290 or 5156541. OLE color: 5156541.

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

Color convert

RGB18917478-
CMYK00.080.590.26
HSL51.89º45.68%52.35%-
HSV(B)51.89º58.73%74.12%-
XYZ37.541.6413.27-
YUV167.5477.47143.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.86%
GREEN value IS 174 (68.36% from 255) = 39.46%
BLUE value IS 78 (30.86% from 255) = 17.69%
R=42.86%
G=39.46%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.59
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891747800.080.590.2651.8945.6852.35
HexBDAE4E083B1A342e34
Octal2752561160107332645664
Binary101111011010111010011100100011101111010110100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE4E; }

 p { color: rgb(189,174,78); }

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

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

 a { background-color: rgb(189,174,78); }

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

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

 span { border-color: rgb(189,174,78); }

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