#BDAE54

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

Shades of Sundance #BDAE54

Tints of Sundance #BDAE54

Color information

#BDAE54 (or 0xBDAE54) is unknown color: approx Sundance. HEX triplet: BD, AE and 54. RGB value is (189,174,84). Sum of RGB (Red+Green+Blue) = 189+174+84=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BDAE54 is #4251AB. Grayscale: #A8A8A8. Windows color (decimal): -4346284 or 5549757. OLE color: 5549757.

HSL color Cylindrical-coordinate representation of color #BDAE54: hue angle of 51.43º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDAE54 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB18917484-
CMYK00.080.560.26
HSL51.43º44.3%53.53%-
HSV(B)51.43º55.56%74.12%-
XYZ37.7241.7314.45-
YUV168.2280.47142.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.28%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 84 (33.20% from 255) = 18.79%
R=42.28%
G=38.93%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891748400.080.560.2651.4344.353.53
HexBDAE5408381A332c36
Octal2752561240107032635466
Binary101111011010111010101000100011100011010110011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE54; }

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

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

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

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

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

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

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

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