#BE6556

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

Shades of Sunglo #BE6556

Tints of Sunglo #BE6556

Color information

#BE6556 (or 0xBE6556) is unknown color: approx Sunglo. HEX triplet: BE, 65 and 56. RGB value is (190,101,86). Sum of RGB (Red+Green+Blue) = 190+101+86=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6556 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6556 is #419AA9. Grayscale: #7E7E7E. Windows color (decimal): -4299434 or 5662142. OLE color: 5662142.

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

Color convert

RGB19010186-
CMYK00.470.550.25
HSL8.65º44.44%54.12%-
HSV(B)8.65º54.74%74.51%-
XYZ27.5720.9311.39-
YUV125.9105.49173.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 86 (33.98% from 255) = 22.81%
R=50.40%
G=26.79%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901018600.470.550.258.6544.4454.12
HexBE655602F371992c36
Octal2761451260576731115466
Binary10111110110010110101100101111110111110011001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6556; }

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

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

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

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

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

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

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

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