Shades of Fuzzy Wuzzy Brown #B85B5B
Tints of Fuzzy Wuzzy Brown #B85B5B
RGB
CMYK
RGB Variations
Color information
#B85B5B (or 0xB85B5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5B and 5B. RGB value is (184,91,91). Sum of RGB (Red+Green+Blue) = 184+91+91=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B5B is #47A4A4. Grayscale: #767676. Windows color (decimal): -4695205 or 5987256. OLE color: 5987256.
HSL color Cylindrical-coordinate representation of color #B85B5B: hue angle of 0º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B85B5B is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 91 | 91 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.28 |
| HSL | 0º | 0.4% | 0.54% | - |
| HSV(B) | 0º | 0.51% | 0.72% | - |
| XYZ | 25.4 | 18.43 | 12.12 | - |
| YUV | 118.81 | 112.31 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 91 | 91 | 0 | 0.51 | 0.51 | 0.28 | 0 | 0.4 | 0.54 |
| Hex | B8 | 5B | 5B | 0 | 33 | 33 | 1C | 0 | 28 | 36 |
| Octal | 270 | 133 | 133 | 0 | 63 | 63 | 34 | 0 | 50 | 66 |
| Binary | 10111000 | 1011011 | 1011011 | 0 | 110011 | 110011 | 11100 | 0 | 101000 | 110110 |
Color Harmonies of #B85B5B
Complementary color
Monochromatic Colors of #B85B5B
Black with #B85B5B
Text Example
Text Example
White with #B85B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85B5B; }
p { color: rgb(184,91,91); }
H1.HeaderClassName
{
color: #B85B5B;
}
.AnyTagClassName
{
color: #B85B5B;
}
</style>
background-color css
<style>
a { background-color: #B85B5B; }
a { background-color: rgb(184,91,91); }
div.DivClassName
{
background-color: #B85B5B;
}
.BgClassName
{
background-color: #B85B5B;
}
</style>
border-color css
<style>
span { border-color: #B85B5B; }
span { border-color: rgb(184,91,91); }
td.TdClassName
{
border-color: #B85B5B;
}
.TagClassName
{
border-color: #B85B5B;
}
</style>