#BE6557

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

Shades of Sunglo #BE6557

Tints of Sunglo #BE6557

Color information

#BE6557 (or 0xBE6557) is unknown color: approx Sunglo. HEX triplet: BE, 65 and 57. RGB value is (190,101,87). Sum of RGB (Red+Green+Blue) = 190+101+87=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 87 (34.38% from 255 or 23.02% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6557 is #419AA8. Grayscale: #7E7E7E. Windows color (decimal): -4299433 or 5727678. OLE color: 5727678.

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

Color convert

RGB19010187-
CMYK00.470.540.25
HSL8.16º44.21%54.31%-
HSV(B)8.16º54.21%74.51%-
XYZ27.6120.9411.6-
YUV126.02105.99173.64-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.26%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 87 (34.38% from 255) = 23.02%
R=50.26%
G=26.72%
B=23.02%

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
Decimal1901018700.470.540.258.1644.2154.31
HexBE655702F361982c36
Octal2761451270576631105466
Binary10111110110010110101110101111110110110011000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6557; }

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

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

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

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

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

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

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

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