Shades of Fuzzy Wuzzy Brown #BE5655
Tints of Fuzzy Wuzzy Brown #BE5655
RGB
CMYK
RGB Variations
Color information
#BE5655 (or 0xBE5655) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 56 and 55. RGB value is (190,86,85). Sum of RGB (Red+Green+Blue) = 190+86+85=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 85 (33.59% from 255 or 23.55% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5655 is #41A9AA. Grayscale: #757575. Windows color (decimal): -4303275 or 5592766. OLE color: 5592766.
HSL color Cylindrical-coordinate representation of color #BE5655: hue angle of 0.57º 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 #BE5655 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 86 | 85 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.25 |
| HSL | 0.57º | 0.45% | 0.54% | - |
| HSV(B) | 0.57º | 0.55% | 0.75% | - |
| XYZ | 26.2 | 18.26 | 10.74 | - |
| YUV | 116.98 | 109.96 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 86 | 85 | 0 | 0.55 | 0.55 | 0.25 | 0.57 | 0.45 | 0.54 |
| Hex | BE | 56 | 55 | 0 | 37 | 37 | 19 | 1 | 2D | 36 |
| Octal | 276 | 126 | 125 | 0 | 67 | 67 | 31 | 1 | 55 | 66 |
| Binary | 10111110 | 1010110 | 1010101 | 0 | 110111 | 110111 | 11001 | 1 | 101101 | 110110 |
Color Harmonies of #BE5655
Complementary color
Monochromatic Colors of #BE5655
Black with #BE5655
Text Example
Text Example
White with #BE5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5655; }
p { color: rgb(190,86,85); }
H1.HeaderClassName
{
color: #BE5655;
}
.AnyTagClassName
{
color: #BE5655;
}
</style>
background-color css
<style>
a { background-color: #BE5655; }
a { background-color: rgb(190,86,85); }
div.DivClassName
{
background-color: #BE5655;
}
.BgClassName
{
background-color: #BE5655;
}
</style>
border-color css
<style>
span { border-color: #BE5655; }
span { border-color: rgb(190,86,85); }
td.TdClassName
{
border-color: #BE5655;
}
.TagClassName
{
border-color: #BE5655;
}
</style>