Shades of Fuzzy Wuzzy Brown #BE5E5B
Tints of Fuzzy Wuzzy Brown #BE5E5B
RGB
CMYK
RGB Variations
Color information
#BE5E5B (or 0xBE5E5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5E and 5B. RGB value is (190,94,91). Sum of RGB (Red+Green+Blue) = 190+94+91=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5E5B is #41A1A4. Grayscale: #7A7A7A. Windows color (decimal): -4301221 or 5988030. OLE color: 5988030.
HSL color Cylindrical-coordinate representation of color #BE5E5B: hue angle of 1.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5E5B is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 94 | 91 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.25 |
| HSL | 1.82º | 0.43% | 0.55% | - |
| HSV(B) | 1.82º | 0.52% | 0.75% | - |
| XYZ | 27.13 | 19.71 | 12.27 | - |
| YUV | 122.36 | 110.3 | 176.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 94 | 91 | 0 | 0.51 | 0.52 | 0.25 | 1.82 | 0.43 | 0.55 |
| Hex | BE | 5E | 5B | 0 | 33 | 34 | 19 | 2 | 2B | 37 |
| Octal | 276 | 136 | 133 | 0 | 63 | 64 | 31 | 2 | 53 | 67 |
| Binary | 10111110 | 1011110 | 1011011 | 0 | 110011 | 110100 | 11001 | 10 | 101011 | 110111 |
Color Harmonies of #BE5E5B
Complementary color
Monochromatic Colors of #BE5E5B
Black with #BE5E5B
Text Example
Text Example
White with #BE5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5E5B; }
p { color: rgb(190,94,91); }
H1.HeaderClassName
{
color: #BE5E5B;
}
.AnyTagClassName
{
color: #BE5E5B;
}
</style>
background-color css
<style>
a { background-color: #BE5E5B; }
a { background-color: rgb(190,94,91); }
div.DivClassName
{
background-color: #BE5E5B;
}
.BgClassName
{
background-color: #BE5E5B;
}
</style>
border-color css
<style>
span { border-color: #BE5E5B; }
span { border-color: rgb(190,94,91); }
td.TdClassName
{
border-color: #BE5E5B;
}
.TagClassName
{
border-color: #BE5E5B;
}
</style>