#BE5E52

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

Shades of Sunglo #BE5E52

Tints of Sunglo #BE5E52

Color information

#BE5E52 (or 0xBE5E52) is unknown color: approx Sunglo. HEX triplet: BE, 5E and 52. RGB value is (190,94,82). Sum of RGB (Red+Green+Blue) = 190+94+82=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E52 is #41A1AD. Grayscale: #797979. Windows color (decimal): -4301230 or 5398206. OLE color: 5398206.

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

Color convert

RGB1909482-
CMYK00.510.570.25
HSL6.67º45.38%53.33%-
HSV(B)6.67º56.84%74.51%-
XYZ26.7619.5610.35-
YUV121.34105.8176.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=51.91%
G=25.68%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190948200.510.570.256.6745.3853.33
HexBE5E52033391972d35
Octal276136122063713175565
Binary1011111010111101010010011001111100111001111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5E52; }

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

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

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

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

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

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

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

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