Shades of Fuzzy Wuzzy Brown #BE5A56
Tints of Fuzzy Wuzzy Brown #BE5A56
RGB
CMYK
RGB Variations
Color information
#BE5A56 (or 0xBE5A56) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5A and 56. RGB value is (190,90,86). Sum of RGB (Red+Green+Blue) = 190+90+86=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 86 (33.98% from 255 or 23.50% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A56 is #41A5A9. Grayscale: #777777. Windows color (decimal): -4302250 or 5659326. OLE color: 5659326.
HSL color Cylindrical-coordinate representation of color #BE5A56: hue angle of 2.31º 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 #BE5A56 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 90 | 86 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.25 |
| HSL | 2.31º | 0.44% | 0.54% | - |
| HSV(B) | 2.31º | 0.55% | 0.75% | - |
| XYZ | 26.57 | 18.93 | 11.06 | - |
| YUV | 119.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 90 | 86 | 0 | 0.53 | 0.55 | 0.25 | 2.31 | 0.44 | 0.54 |
| Hex | BE | 5A | 56 | 0 | 35 | 37 | 19 | 2 | 2C | 36 |
| Octal | 276 | 132 | 126 | 0 | 65 | 67 | 31 | 2 | 54 | 66 |
| Binary | 10111110 | 1011010 | 1010110 | 0 | 110101 | 110111 | 11001 | 10 | 101100 | 110110 |
Color Harmonies of #BE5A56
Complementary color
Monochromatic Colors of #BE5A56
Black with #BE5A56
Text Example
Text Example
White with #BE5A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5A56; }
p { color: rgb(190,90,86); }
H1.HeaderClassName
{
color: #BE5A56;
}
.AnyTagClassName
{
color: #BE5A56;
}
</style>
background-color css
<style>
a { background-color: #BE5A56; }
a { background-color: rgb(190,90,86); }
div.DivClassName
{
background-color: #BE5A56;
}
.BgClassName
{
background-color: #BE5A56;
}
</style>
border-color css
<style>
span { border-color: #BE5A56; }
span { border-color: rgb(190,90,86); }
td.TdClassName
{
border-color: #BE5A56;
}
.TagClassName
{
border-color: #BE5A56;
}
</style>