#BEA152

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

Shades of Sundance #BEA152

Tints of Sundance #BEA152

Color information

#BEA152 (or 0xBEA152) is unknown color: approx Sundance. HEX triplet: BE, A1 and 52. RGB value is (190,161,82). Sum of RGB (Red+Green+Blue) = 190+161+82=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA152 is #415EAD. Grayscale: #A1A1A1. Windows color (decimal): -4284078 or 5415358. OLE color: 5415358.

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

Color convert

RGB19016182-
CMYK00.150.570.25
HSL43.89º45.38%53.33%-
HSV(B)43.89º56.84%74.51%-
XYZ35.537.0513.26-
YUV160.6683.61148.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 82 (32.42% from 255) = 18.94%
R=43.88%
G=37.18%
B=18.94%

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
Decimal1901618200.150.570.2543.8945.3853.33
HexBEA1520F39192c2d35
Octal2762411220177131545565
Binary101111101010000110100100111111100111001101100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA152; }

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

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

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

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

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

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

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

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