#BDAE4B

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

Shades of Sundance #BDAE4B

Tints of Sundance #BDAE4B

Color information

#BDAE4B (or 0xBDAE4B) is unknown color: approx Sundance. HEX triplet: BD, AE and 4B. RGB value is (189,174,75). Sum of RGB (Red+Green+Blue) = 189+174+75=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAE4B is #4251B4. Grayscale: #A7A7A7. Windows color (decimal): -4346293 or 4959933. OLE color: 4959933.

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

Color convert

RGB18917475-
CMYK00.080.600.26
HSL52.11º46.34%51.76%-
HSV(B)52.11º60.32%74.12%-
XYZ37.3941.612.72-
YUV167.275.97143.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.15%
GREEN value IS 174 (68.36% from 255) = 39.73%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=43.15%
G=39.73%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891747500.080.600.2652.1146.3451.76
HexBDAE4B083C1A342e34
Octal2752561130107432645664
Binary101111011010111010010110100011110011010110100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAE4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAE4B; }

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

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

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

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

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

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

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

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