#BE6A58

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

Shades of Sunglo #BE6A58

Tints of Sunglo #BE6A58

Color information

#BE6A58 (or 0xBE6A58) is unknown color: approx Sunglo. HEX triplet: BE, 6A and 58. RGB value is (190,106,88). Sum of RGB (Red+Green+Blue) = 190+106+88=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6A58 is #4195A7. Grayscale: #818181. Windows color (decimal): -4298152 or 5794494. OLE color: 5794494.

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

Color convert

RGB19010688-
CMYK00.440.540.25
HSL10.59º43.97%54.51%-
HSV(B)10.59º53.68%74.51%-
XYZ28.1521.9611.99-
YUV129.06104.83171.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.48%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 88 (34.77% from 255) = 22.92%
R=49.48%
G=27.60%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901068800.440.540.2510.5943.9754.51
HexBE6A5802C3619b2c37
Octal2761521300546631135467
Binary10111110110101010110000101100110110110011011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6A58; }

 p { color: rgb(190,106,88); }

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

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

 a { background-color: rgb(190,106,88); }

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

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

 span { border-color: rgb(190,106,88); }

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