Shades of Fuzzy Wuzzy Brown #BE5B54
Tints of Fuzzy Wuzzy Brown #BE5B54
RGB
CMYK
RGB Variations
Color information
#BE5B54 (or 0xBE5B54) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5B and 54. RGB value is (190,91,84). Sum of RGB (Red+Green+Blue) = 190+91+84=365 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.05% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 84 (33.20% from 255 or 23.01% from 365); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5B54 is #41A4AB. Grayscale: #777777. Windows color (decimal): -4301996 or 5528510. OLE color: 5528510.
HSL color Cylindrical-coordinate representation of color #BE5B54: hue angle of 3.96º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5B54 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 91 | 84 | - |
| CMYK | 0 | 0.52 | 0.56 | 0.25 |
| HSL | 3.96º | 0.45% | 0.54% | - |
| HSV(B) | 3.96º | 0.56% | 0.75% | - |
| XYZ | 26.58 | 19.07 | 10.67 | - |
| YUV | 119.8 | 107.8 | 178.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 91 | 84 | 0 | 0.52 | 0.56 | 0.25 | 3.96 | 0.45 | 0.54 |
| Hex | BE | 5B | 54 | 0 | 34 | 38 | 19 | 4 | 2D | 36 |
| Octal | 276 | 133 | 124 | 0 | 64 | 70 | 31 | 4 | 55 | 66 |
| Binary | 10111110 | 1011011 | 1010100 | 0 | 110100 | 111000 | 11001 | 100 | 101101 | 110110 |
Color Harmonies of #BE5B54
Complementary color
Monochromatic Colors of #BE5B54
Black with #BE5B54
Text Example
Text Example
White with #BE5B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5B54; }
p { color: rgb(190,91,84); }
H1.HeaderClassName
{
color: #BE5B54;
}
.AnyTagClassName
{
color: #BE5B54;
}
</style>
background-color css
<style>
a { background-color: #BE5B54; }
a { background-color: rgb(190,91,84); }
div.DivClassName
{
background-color: #BE5B54;
}
.BgClassName
{
background-color: #BE5B54;
}
</style>
border-color css
<style>
span { border-color: #BE5B54; }
span { border-color: rgb(190,91,84); }
td.TdClassName
{
border-color: #BE5B54;
}
.TagClassName
{
border-color: #BE5B54;
}
</style>