#BEA352

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

Shades of Sundance #BEA352

Tints of Sundance #BEA352

Color information

#BEA352 (or 0xBEA352) is unknown color: approx Sundance. HEX triplet: BE, A3 and 52. RGB value is (190,163,82). Sum of RGB (Red+Green+Blue) = 190+163+82=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 163 (64.06% from 255 or 37.47% from 435); Blue value is 82 (32.42% from 255 or 18.85% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA352 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA352 is #415CAD. Grayscale: #A2A2A2. Windows color (decimal): -4283566 or 5415870. OLE color: 5415870.

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

Color convert

RGB19016382-
CMYK00.140.570.25
HSL45º45.38%53.33%-
HSV(B)45º56.84%74.51%-
XYZ35.8637.7513.38-
YUV161.8482.95148.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 163 (64.06% from 255) = 37.47%
BLUE value IS 82 (32.42% from 255) = 18.85%
R=43.68%
G=37.47%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901638200.140.570.254545.3853.33
HexBEA3520E39192d2d35
Octal2762431220167131555565
Binary101111101010001110100100111011100111001101101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA352; }

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

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

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

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

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

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

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

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