#BE5D54

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

Shades of Sunglo #BE5D54

Tints of Sunglo #BE5D54

Color information

#BE5D54 (or 0xBE5D54) is unknown color: approx Sunglo. HEX triplet: BE, 5D and 54. RGB value is (190,93,84). Sum of RGB (Red+Green+Blue) = 190+93+84=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D54 is #41A2AB. Grayscale: #797979. Windows color (decimal): -4301484 or 5529022. OLE color: 5529022.

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

Color convert

RGB1909384-
CMYK00.510.560.25
HSL5.09º44.92%53.73%-
HSV(B)5.09º55.79%74.51%-
XYZ26.7519.4210.73-
YUV120.98107.14177.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 84 (33.20% from 255) = 22.89%
R=51.77%
G=25.34%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190938400.510.560.255.0944.9253.73
HexBE5D54033381952d36
Octal276135124063703155566
Binary1011111010111011010100011001111100011001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5D54; }

 p { color: rgb(190,93,84); }

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

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

 a { background-color: rgb(190,93,84); }

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

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

 span { border-color: rgb(190,93,84); }

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