#BEAE53

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

Shades of Sundance #BEAE53

Tints of Sundance #BEAE53

Color information

#BEAE53 (or 0xBEAE53) is unknown color: approx Sundance. HEX triplet: BE, AE and 53. RGB value is (190,174,83). Sum of RGB (Red+Green+Blue) = 190+174+83=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAE53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEAE53 is #4151AC. Grayscale: #A8A8A8. Windows color (decimal): -4280749 or 5484222. OLE color: 5484222.

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

Color convert

RGB19017483-
CMYK00.080.560.25
HSL51.03º45.15%53.53%-
HSV(B)51.03º56.32%74.51%-
XYZ37.9341.8414.26-
YUV168.4179.8143.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 83 (32.81% from 255) = 18.57%
R=42.51%
G=38.93%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901748300.080.560.2551.0345.1553.53
HexBEAE53083819332d36
Octal2762561230107031635566
Binary101111101010111010100110100011100011001110011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAE53; }

 p { color: rgb(190,174,83); }

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

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

 a { background-color: rgb(190,174,83); }

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

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

 span { border-color: rgb(190,174,83); }

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