#BEA252

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

Shades of Sundance #BEA252

Tints of Sundance #BEA252

Color information

#BEA252 (or 0xBEA252) is unknown color: approx Sundance. HEX triplet: BE, A2 and 52. RGB value is (190,162,82). Sum of RGB (Red+Green+Blue) = 190+162+82=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA252 is #415DAD. Grayscale: #A1A1A1. Windows color (decimal): -4283822 or 5415614. OLE color: 5415614.

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

Color convert

RGB19016282-
CMYK00.150.570.25
HSL44.44º45.38%53.33%-
HSV(B)44.44º56.84%74.51%-
XYZ35.6837.413.32-
YUV161.2583.28148.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 162 (63.67% from 255) = 37.33%
BLUE value IS 82 (32.42% from 255) = 18.89%
R=43.78%
G=37.33%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901628200.150.570.2544.4445.3853.33
HexBEA2520F39192c2d35
Octal2762421220177131545565
Binary101111101010001010100100111111100111001101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA252; }

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

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

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

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

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

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

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

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