#BE6258

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

Shades of Sunglo #BE6258

Tints of Sunglo #BE6258

Color information

#BE6258 (or 0xBE6258) is unknown color: approx Sunglo. HEX triplet: BE, 62 and 58. RGB value is (190,98,88). Sum of RGB (Red+Green+Blue) = 190+98+88=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6258 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6258 is #419DA7. Grayscale: #7C7C7C. Windows color (decimal): -4300200 or 5792446. OLE color: 5792446.

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

Color convert

RGB1909888-
CMYK00.480.540.25
HSL5.88º43.97%54.51%-
HSV(B)5.88º53.68%74.51%-
XYZ27.3620.3911.73-
YUV124.37107.48174.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 98 (38.67% from 255) = 26.06%
BLUE value IS 88 (34.77% from 255) = 23.40%
R=50.53%
G=26.06%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190988800.480.540.255.8843.9754.51
HexBE6258030361962c37
Octal276142130060663165467
Binary1011111011000101011000011000011011011001110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6258; }

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

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

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

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

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

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

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

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