#BE6160

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

Shades of Sunglo #BE6160

Tints of Sunglo #BE6160

Color information

#BE6160 (or 0xBE6160) is unknown color: approx Sunglo. HEX triplet: BE, 61 and 60. RGB value is (190,97,96). Sum of RGB (Red+Green+Blue) = 190+97+96=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6160 is #419E9F. Grayscale: #7C7C7C. Windows color (decimal): -4300448 or 6316478. OLE color: 6316478.

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

Color convert

RGB1909796-
CMYK00.490.490.25
HSL0.64º41.96%56.08%-
HSV(B)0.64º49.47%74.51%-
XYZ27.6220.3413.54-
YUV124.69111.81174.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.61%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=49.61%
G=25.33%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190979600.490.490.250.6441.9656.08
HexBE6160031311912a38
Octal276141140061613115270
Binary10111110110000111000000110001110001110011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6160; }

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

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

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

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

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

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

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

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