Shades of Fuzzy Wuzzy Brown #BF5751
Tints of Fuzzy Wuzzy Brown #BF5751
RGB
CMYK
RGB Variations
Color information
#BF5751 (or 0xBF5751) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 57 and 51. RGB value is (191,87,81). Sum of RGB (Red+Green+Blue) = 191+87+81=359 (47% of max value = 765). Red value is 191 (75% from 255 or 53.20% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5751 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5751 is #40A8AE. Grayscale: #757575. Windows color (decimal): -4237487 or 5330879. OLE color: 5330879.
HSL color Cylindrical-coordinate representation of color #BF5751: hue angle of 3.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5751 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 81 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.25 |
| HSL | 3.27º | 0.46% | 0.53% | - |
| HSV(B) | 3.27º | 0.58% | 0.75% | - |
| XYZ | 26.38 | 18.49 | 9.96 | - |
| YUV | 117.41 | 107.46 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 81 | 0 | 0.54 | 0.58 | 0.25 | 3.27 | 0.46 | 0.53 |
| Hex | BF | 57 | 51 | 0 | 36 | 3A | 19 | 3 | 2E | 35 |
| Octal | 277 | 127 | 121 | 0 | 66 | 72 | 31 | 3 | 56 | 65 |
| Binary | 10111111 | 1010111 | 1010001 | 0 | 110110 | 111010 | 11001 | 11 | 101110 | 110101 |
Color Harmonies of #BF5751
Complementary color
Monochromatic Colors of #BF5751
Black with #BF5751
Text Example
Text Example
White with #BF5751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5751; }
p { color: rgb(191,87,81); }
H1.HeaderClassName
{
color: #BF5751;
}
.AnyTagClassName
{
color: #BF5751;
}
</style>
background-color css
<style>
a { background-color: #BF5751; }
a { background-color: rgb(191,87,81); }
div.DivClassName
{
background-color: #BF5751;
}
.BgClassName
{
background-color: #BF5751;
}
</style>
border-color css
<style>
span { border-color: #BF5751; }
span { border-color: rgb(191,87,81); }
td.TdClassName
{
border-color: #BF5751;
}
.TagClassName
{
border-color: #BF5751;
}
</style>