#BEA251

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

Shades of Sundance #BEA251

Tints of Sundance #BEA251

Color information

#BEA251 (or 0xBEA251) is unknown color: approx Sundance. HEX triplet: BE, A2 and 51. RGB value is (190,162,81). Sum of RGB (Red+Green+Blue) = 190+162+81=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA251 is #415DAE. Grayscale: #A1A1A1. Windows color (decimal): -4283823 or 5350078. OLE color: 5350078.

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

Color convert

RGB19016281-
CMYK00.150.570.25
HSL44.59º45.61%53.14%-
HSV(B)44.59º57.37%74.51%-
XYZ35.6437.3813.12-
YUV161.1482.78148.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 162 (63.67% from 255) = 37.41%
BLUE value IS 81 (32.03% from 255) = 18.71%
R=43.88%
G=37.41%
B=18.71%

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
Decimal1901628100.150.570.2544.5945.6153.14
HexBEA2510F39192d2e35
Octal2762421210177131555665
Binary101111101010001010100010111111100111001101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA251; }

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

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

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

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

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

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

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

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