#BE6655

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

Shades of Sunglo #BE6655

Tints of Sunglo #BE6655

Color information

#BE6655 (or 0xBE6655) is unknown color: approx Sunglo. HEX triplet: BE, 66 and 55. RGB value is (190,102,85). Sum of RGB (Red+Green+Blue) = 190+102+85=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6655 is #4199AA. Grayscale: #7E7E7E. Windows color (decimal): -4299179 or 5596862. OLE color: 5596862.

HSL color Cylindrical-coordinate representation of color #BE6655: hue angle of 9.71º degrees, saturation: 0.45, 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 #BE6655 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB19010285-
CMYK00.460.550.25
HSL9.71º44.68%53.92%-
HSV(B)9.71º55.26%74.51%-
XYZ27.6321.1111.21-
YUV126.37104.65173.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 85 (33.59% from 255) = 22.55%
R=50.40%
G=27.06%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901028500.460.550.259.7144.6853.92
HexBE665502E3719a2d36
Octal2761461250566731125566
Binary10111110110011010101010101110110111110011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6655; }

 p { color: rgb(190,102,85); }

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

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

 a { background-color: rgb(190,102,85); }

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

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

 span { border-color: rgb(190,102,85); }

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