#BE6558

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

Shades of Sunglo #BE6558

Tints of Sunglo #BE6558

Color information

#BE6558 (or 0xBE6558) is unknown color: approx Sunglo. HEX triplet: BE, 65 and 58. RGB value is (190,101,88). Sum of RGB (Red+Green+Blue) = 190+101+88=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 88 (34.77% from 255 or 23.22% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6558 is #419AA7. Grayscale: #7E7E7E. Windows color (decimal): -4299432 or 5793214. OLE color: 5793214.

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

Color convert

RGB19010188-
CMYK00.470.540.25
HSL7.65º43.97%54.51%-
HSV(B)7.65º53.68%74.51%-
XYZ27.6520.9611.82-
YUV126.13106.49173.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 101 (39.84% from 255) = 26.65%
BLUE value IS 88 (34.77% from 255) = 23.22%
R=50.13%
G=26.65%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901018800.470.540.257.6543.9754.51
HexBE655802F361982c37
Octal2761451300576631105467
Binary10111110110010110110000101111110110110011000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6558; }

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

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

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

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

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

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

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

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