#BE6057

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

Shades of Sunglo #BE6057

Tints of Sunglo #BE6057

Color information

#BE6057 (or 0xBE6057) is unknown color: approx Sunglo. HEX triplet: BE, 60 and 57. RGB value is (190,96,87). Sum of RGB (Red+Green+Blue) = 190+96+87=373 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.94% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 87 (34.38% from 255 or 23.32% from 373); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6057 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6057 is #419FA8. Grayscale: #7B7B7B. Windows color (decimal): -4300713 or 5726398. OLE color: 5726398.

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

Color convert

RGB1909687-
CMYK00.490.540.25
HSL5.24º44.21%54.31%-
HSV(B)5.24º54.21%74.51%-
XYZ27.142011.45-
YUV123.08107.64175.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.94%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 87 (34.38% from 255) = 23.32%
R=50.94%
G=25.74%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190968700.490.540.255.2444.2154.31
HexBE6057031361952c36
Octal276140127061663155466
Binary1011111011000001010111011000111011011001101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6057; }

 p { color: rgb(190,96,87); }

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

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

 a { background-color: rgb(190,96,87); }

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

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

 span { border-color: rgb(190,96,87); }

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