Shades of Fuzzy Wuzzy Brown #B85D5B
Tints of Fuzzy Wuzzy Brown #B85D5B
RGB
CMYK
RGB Variations
Color information
#B85D5B (or 0xB85D5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: B8, 5D and 5B. RGB value is (184,93,91). Sum of RGB (Red+Green+Blue) = 184+93+91=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85D5B is #47A2A4. Grayscale: #787878. Windows color (decimal): -4694693 or 5987768. OLE color: 5987768.
HSL color Cylindrical-coordinate representation of color #B85D5B: hue angle of 1.29º 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 #B85D5B is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 91 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.28 |
| HSL | 1.29º | 0.4% | 0.54% | - |
| HSV(B) | 1.29º | 0.51% | 0.72% | - |
| XYZ | 25.57 | 18.77 | 12.17 | - |
| YUV | 119.98 | 111.65 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 91 | 0 | 0.49 | 0.51 | 0.28 | 1.29 | 0.4 | 0.54 |
| Hex | B8 | 5D | 5B | 0 | 31 | 33 | 1C | 1 | 28 | 36 |
| Octal | 270 | 135 | 133 | 0 | 61 | 63 | 34 | 1 | 50 | 66 |
| Binary | 10111000 | 1011101 | 1011011 | 0 | 110001 | 110011 | 11100 | 1 | 101000 | 110110 |
Color Harmonies of #B85D5B
Complementary color
Monochromatic Colors of #B85D5B
Black with #B85D5B
Text Example
Text Example
White with #B85D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D5B; }
p { color: rgb(184,93,91); }
H1.HeaderClassName
{
color: #B85D5B;
}
.AnyTagClassName
{
color: #B85D5B;
}
</style>
background-color css
<style>
a { background-color: #B85D5B; }
a { background-color: rgb(184,93,91); }
div.DivClassName
{
background-color: #B85D5B;
}
.BgClassName
{
background-color: #B85D5B;
}
</style>
border-color css
<style>
span { border-color: #B85D5B; }
span { border-color: rgb(184,93,91); }
td.TdClassName
{
border-color: #B85D5B;
}
.TagClassName
{
border-color: #B85D5B;
}
</style>