#BEA153

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

Shades of Sundance #BEA153

Tints of Sundance #BEA153

Color information

#BEA153 (or 0xBEA153) is unknown color: approx Sundance. HEX triplet: BE, A1 and 53. RGB value is (190,161,83). Sum of RGB (Red+Green+Blue) = 190+161+83=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 83 (32.81% from 255 or 19.12% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA153 is #415EAC. Grayscale: #A1A1A1. Windows color (decimal): -4284077 or 5480894. OLE color: 5480894.

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

Color convert

RGB19016183-
CMYK00.150.560.25
HSL43.74º45.15%53.53%-
HSV(B)43.74º56.32%74.51%-
XYZ35.5437.0613.46-
YUV160.7884.11148.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 161 (63.28% from 255) = 37.10%
BLUE value IS 83 (32.81% from 255) = 19.12%
R=43.78%
G=37.10%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901618300.150.560.2543.7445.1553.53
HexBEA1530F38192c2d36
Octal2762411230177031545566
Binary101111101010000110100110111111100011001101100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA153; }

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

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

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

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

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

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

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

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