Shades of Fuzzy Wuzzy Brown #BD5655
Tints of Fuzzy Wuzzy Brown #BD5655
RGB
CMYK
RGB Variations
Color information
#BD5655 (or 0xBD5655) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 56 and 55. RGB value is (189,86,85). Sum of RGB (Red+Green+Blue) = 189+86+85=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 85 (33.59% from 255 or 23.61% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5655 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5655 is #42A9AA. Grayscale: #747474. Windows color (decimal): -4368811 or 5592765. OLE color: 5592765.
HSL color Cylindrical-coordinate representation of color #BD5655: hue angle of 0.58º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5655 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 85 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.26 |
| HSL | 0.58º | 0.44% | 0.54% | - |
| HSV(B) | 0.58º | 0.55% | 0.74% | - |
| XYZ | 25.95 | 18.13 | 10.73 | - |
| YUV | 116.68 | 110.12 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 85 | 0 | 0.54 | 0.55 | 0.26 | 0.58 | 0.44 | 0.54 |
| Hex | BD | 56 | 55 | 0 | 36 | 37 | 1A | 1 | 2C | 36 |
| Octal | 275 | 126 | 125 | 0 | 66 | 67 | 32 | 1 | 54 | 66 |
| Binary | 10111101 | 1010110 | 1010101 | 0 | 110110 | 110111 | 11010 | 1 | 101100 | 110110 |
Color Harmonies of #BD5655
Complementary color
Monochromatic Colors of #BD5655
Black with #BD5655
Text Example
Text Example
White with #BD5655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5655; }
p { color: rgb(189,86,85); }
H1.HeaderClassName
{
color: #BD5655;
}
.AnyTagClassName
{
color: #BD5655;
}
</style>
background-color css
<style>
a { background-color: #BD5655; }
a { background-color: rgb(189,86,85); }
div.DivClassName
{
background-color: #BD5655;
}
.BgClassName
{
background-color: #BD5655;
}
</style>
border-color css
<style>
span { border-color: #BD5655; }
span { border-color: rgb(189,86,85); }
td.TdClassName
{
border-color: #BD5655;
}
.TagClassName
{
border-color: #BD5655;
}
</style>