#BEA253

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

Shades of Sundance #BEA253

Tints of Sundance #BEA253

Color information

#BEA253 (or 0xBEA253) is unknown color: approx Sundance. HEX triplet: BE, A2 and 53. RGB value is (190,162,83). Sum of RGB (Red+Green+Blue) = 190+162+83=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 83 (32.81% from 255 or 19.08% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA253 is #415DAC. Grayscale: #A1A1A1. Windows color (decimal): -4283821 or 5481150. OLE color: 5481150.

HSL color Cylindrical-coordinate representation of color #BEA253: hue angle of 44.3º 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 #BEA253 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19016283-
CMYK00.150.560.25
HSL44.3º45.15%53.53%-
HSV(B)44.3º56.32%74.51%-
XYZ35.7237.4113.52-
YUV161.3783.78148.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 162 (63.67% from 255) = 37.24%
BLUE value IS 83 (32.81% from 255) = 19.08%
R=43.68%
G=37.24%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901628300.150.560.2544.345.1553.53
HexBEA2530F38192c2d36
Octal2762421230177031545566
Binary101111101010001010100110111111100011001101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA253; }

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

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

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

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

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

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

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

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