#BEA452

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

Shades of Sundance #BEA452

Tints of Sundance #BEA452

Color information

#BEA452 (or 0xBEA452) is unknown color: approx Sundance. HEX triplet: BE, A4 and 52. RGB value is (190,164,82). Sum of RGB (Red+Green+Blue) = 190+164+82=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA452 is #415BAD. Grayscale: #A2A2A2. Windows color (decimal): -4283310 or 5416126. OLE color: 5416126.

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

Color convert

RGB19016482-
CMYK00.140.570.25
HSL45.56º45.38%53.33%-
HSV(B)45.56º56.84%74.51%-
XYZ36.0338.1113.44-
YUV162.4382.61147.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 164 (64.45% from 255) = 37.61%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=43.58%
G=37.61%
B=18.81%

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
Decimal1901648200.140.570.2545.5645.3853.33
HexBEA4520E39192e2d35
Octal2762441220167131565565
Binary101111101010010010100100111011100111001101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA452; }

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

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

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

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

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

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

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

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