#BEA155

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

Shades of Sundance #BEA155

Tints of Sundance #BEA155

Color information

#BEA155 (or 0xBEA155) is unknown color: approx Sundance. HEX triplet: BE, A1 and 55. RGB value is (190,161,85). Sum of RGB (Red+Green+Blue) = 190+161+85=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 85 (33.59% from 255 or 19.50% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEA155 is #415EAA. Grayscale: #A1A1A1. Windows color (decimal): -4284075 or 5611966. OLE color: 5611966.

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

Color convert

RGB19016185-
CMYK00.150.550.25
HSL43.43º44.68%53.92%-
HSV(B)43.43º55.26%74.51%-
XYZ35.6237.0913.88-
YUV161.0185.11148.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.58%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 85 (33.59% from 255) = 19.50%
R=43.58%
G=36.93%
B=19.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901618500.150.550.2543.4344.6853.92
HexBEA1550F37192b2d36
Octal2762411250176731535566
Binary101111101010000110101010111111011111001101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA155; }

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

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

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

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

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

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

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

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