#BE5F5A

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

Shades of Sunglo #BE5F5A

Tints of Sunglo #BE5F5A

Color information

#BE5F5A (or 0xBE5F5A) is unknown color: approx Sunglo. HEX triplet: BE, 5F and 5A. RGB value is (190,95,90). Sum of RGB (Red+Green+Blue) = 190+95+90=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 90 (35.55% from 255 or 24% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5F5A is #41A0A5. Grayscale: #7A7A7A. Windows color (decimal): -4300966 or 5922750. OLE color: 5922750.

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

Color convert

RGB1909590-
CMYK00.50.530.25
HSL43.48%54.9%-
HSV(B)52.63%74.51%-
XYZ27.1719.8712.08-
YUV122.84109.47175.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.67%
GREEN value IS 95 (37.5% from 255) = 25.33%
BLUE value IS 90 (35.55% from 255) = 24%
R=50.67%
G=25.33%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190959000.50.530.25343.4854.9
HexBE5F5A032351932b37
Octal276137132062653135367
Binary101111101011111101101001100101101011100111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F5A; }

 p { color: rgb(190,95,90); }

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

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

 a { background-color: rgb(190,95,90); }

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

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

 span { border-color: rgb(190,95,90); }

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