Shades of Fuzzy Wuzzy Brown #BD5856
Tints of Fuzzy Wuzzy Brown #BD5856
RGB
CMYK
RGB Variations
Color information
#BD5856 (or 0xBD5856) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 58 and 56. RGB value is (189,88,86). Sum of RGB (Red+Green+Blue) = 189+88+86=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 86 (33.98% from 255 or 23.69% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5856 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5856 is #42A7A9. Grayscale: #767676. Windows color (decimal): -4368298 or 5658813. OLE color: 5658813.
HSL color Cylindrical-coordinate representation of color #BD5856: hue angle of 1.17º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5856 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 86 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.26 |
| HSL | 1.17º | 0.44% | 0.54% | - |
| HSV(B) | 1.17º | 0.54% | 0.74% | - |
| XYZ | 26.16 | 18.47 | 10.99 | - |
| YUV | 117.97 | 109.96 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 86 | 0 | 0.53 | 0.54 | 0.26 | 1.17 | 0.44 | 0.54 |
| Hex | BD | 58 | 56 | 0 | 35 | 36 | 1A | 1 | 2C | 36 |
| Octal | 275 | 130 | 126 | 0 | 65 | 66 | 32 | 1 | 54 | 66 |
| Binary | 10111101 | 1011000 | 1010110 | 0 | 110101 | 110110 | 11010 | 1 | 101100 | 110110 |
Color Harmonies of #BD5856
Complementary color
Monochromatic Colors of #BD5856
Black with #BD5856
Text Example
Text Example
White with #BD5856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5856; }
p { color: rgb(189,88,86); }
H1.HeaderClassName
{
color: #BD5856;
}
.AnyTagClassName
{
color: #BD5856;
}
</style>
background-color css
<style>
a { background-color: #BD5856; }
a { background-color: rgb(189,88,86); }
div.DivClassName
{
background-color: #BD5856;
}
.BgClassName
{
background-color: #BD5856;
}
</style>
border-color css
<style>
span { border-color: #BD5856; }
span { border-color: rgb(189,88,86); }
td.TdClassName
{
border-color: #BD5856;
}
.TagClassName
{
border-color: #BD5856;
}
</style>