#BE6559

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

Shades of Sunglo #BE6559

Tints of Sunglo #BE6559

Color information

#BE6559 (or 0xBE6559) is unknown color: approx Sunglo. HEX triplet: BE, 65 and 59. RGB value is (190,101,89). Sum of RGB (Red+Green+Blue) = 190+101+89=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6559 is #419AA6. Grayscale: #7E7E7E. Windows color (decimal): -4299431 or 5858750. OLE color: 5858750.

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

Color convert

RGB19010189-
CMYK00.470.530.25
HSL7.13º43.72%54.71%-
HSV(B)7.13º53.16%74.51%-
XYZ27.6920.9812.04-
YUV126.24106.99173.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 89 (35.16% from 255) = 23.42%
R=50%
G=26.58%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901018900.470.530.257.1343.7254.71
HexBE655902F351972c37
Octal276145131057653175467
Binary1011111011001011011001010111111010111001111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6559; }

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

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

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

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

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

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

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

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