#BEA552

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

Shades of Sundance #BEA552

Tints of Sundance #BEA552

Color information

#BEA552 (or 0xBEA552) is unknown color: approx Sundance. HEX triplet: BE, A5 and 52. RGB value is (190,165,82). Sum of RGB (Red+Green+Blue) = 190+165+82=437 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.48% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA552 is #415AAD. Grayscale: #A3A3A3. Windows color (decimal): -4283054 or 5416382. OLE color: 5416382.

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

Color convert

RGB19016582-
CMYK00.130.570.25
HSL46.11º45.38%53.33%-
HSV(B)46.11º56.84%74.51%-
XYZ36.2138.4713.5-
YUV163.0182.28147.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.48%
GREEN value IS 165 (64.84% from 255) = 37.76%
BLUE value IS 82 (32.42% from 255) = 18.76%
R=43.48%
G=37.76%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901658200.130.570.2546.1145.3853.33
HexBEA5520D39192e2d35
Octal2762451220157131565565
Binary101111101010010110100100110111100111001101110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA552; }

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

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

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

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

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

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

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

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