Shades of Fuzzy Wuzzy Brown #BF5750
Tints of Fuzzy Wuzzy Brown #BF5750
RGB
CMYK
RGB Variations
Color information
#BF5750 (or 0xBF5750) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 57 and 50. RGB value is (191,87,80). Sum of RGB (Red+Green+Blue) = 191+87+80=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5750 is #40A8AF. Grayscale: #757575. Windows color (decimal): -4237488 or 5265343. OLE color: 5265343.
HSL color Cylindrical-coordinate representation of color #BF5750: hue angle of 3.78º 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 #BF5750 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 87 | 80 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.25 |
| HSL | 3.78º | 0.46% | 0.53% | - |
| HSV(B) | 3.78º | 0.58% | 0.75% | - |
| XYZ | 26.34 | 18.47 | 9.77 | - |
| YUV | 117.3 | 106.96 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 87 | 80 | 0 | 0.54 | 0.58 | 0.25 | 3.78 | 0.46 | 0.53 |
| Hex | BF | 57 | 50 | 0 | 36 | 3A | 19 | 4 | 2E | 35 |
| Octal | 277 | 127 | 120 | 0 | 66 | 72 | 31 | 4 | 56 | 65 |
| Binary | 10111111 | 1010111 | 1010000 | 0 | 110110 | 111010 | 11001 | 100 | 101110 | 110101 |
Color Harmonies of #BF5750
Complementary color
Monochromatic Colors of #BF5750
Black with #BF5750
Text Example
Text Example
White with #BF5750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5750; }
p { color: rgb(191,87,80); }
H1.HeaderClassName
{
color: #BF5750;
}
.AnyTagClassName
{
color: #BF5750;
}
</style>
background-color css
<style>
a { background-color: #BF5750; }
a { background-color: rgb(191,87,80); }
div.DivClassName
{
background-color: #BF5750;
}
.BgClassName
{
background-color: #BF5750;
}
</style>
border-color css
<style>
span { border-color: #BF5750; }
span { border-color: rgb(191,87,80); }
td.TdClassName
{
border-color: #BF5750;
}
.TagClassName
{
border-color: #BF5750;
}
</style>