Shades of Fuzzy Wuzzy Brown #BD5957
Tints of Fuzzy Wuzzy Brown #BD5957
RGB
CMYK
RGB Variations
Color information
#BD5957 (or 0xBD5957) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 59 and 57. RGB value is (189,89,87). Sum of RGB (Red+Green+Blue) = 189+89+87=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5957 is #42A6A8. Grayscale: #767676. Windows color (decimal): -4368041 or 5724605. OLE color: 5724605.
HSL color Cylindrical-coordinate representation of color #BD5957: hue angle of 1.18º 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 #BD5957 is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 89 | 87 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.26 |
| HSL | 1.18º | 0.44% | 0.54% | - |
| HSV(B) | 1.18º | 0.54% | 0.74% | - |
| XYZ | 26.28 | 18.65 | 11.23 | - |
| YUV | 118.67 | 110.13 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 89 | 87 | 0 | 0.53 | 0.54 | 0.26 | 1.18 | 0.44 | 0.54 |
| Hex | BD | 59 | 57 | 0 | 35 | 36 | 1A | 1 | 2C | 36 |
| Octal | 275 | 131 | 127 | 0 | 65 | 66 | 32 | 1 | 54 | 66 |
| Binary | 10111101 | 1011001 | 1010111 | 0 | 110101 | 110110 | 11010 | 1 | 101100 | 110110 |
Color Harmonies of #BD5957
Complementary color
Monochromatic Colors of #BD5957
Black with #BD5957
Text Example
Text Example
White with #BD5957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5957; }
p { color: rgb(189,89,87); }
H1.HeaderClassName
{
color: #BD5957;
}
.AnyTagClassName
{
color: #BD5957;
}
</style>
background-color css
<style>
a { background-color: #BD5957; }
a { background-color: rgb(189,89,87); }
div.DivClassName
{
background-color: #BD5957;
}
.BgClassName
{
background-color: #BD5957;
}
</style>
border-color css
<style>
span { border-color: #BD5957; }
span { border-color: rgb(189,89,87); }
td.TdClassName
{
border-color: #BD5957;
}
.TagClassName
{
border-color: #BD5957;
}
</style>