Shades of Fuzzy Wuzzy Brown #BF5953
Tints of Fuzzy Wuzzy Brown #BF5953
RGB
CMYK
RGB Variations
Color information
#BF5953 (or 0xBF5953) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 59 and 53. RGB value is (191,89,83). Sum of RGB (Red+Green+Blue) = 191+89+83=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 83 (32.81% from 255 or 22.87% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5953 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5953 is #40A6AC. Grayscale: #767676. Windows color (decimal): -4236973 or 5462463. OLE color: 5462463.
HSL color Cylindrical-coordinate representation of color #BF5953: hue angle of 3.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5953 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 89 | 83 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.25 |
| HSL | 3.33º | 0.46% | 0.54% | - |
| HSV(B) | 3.33º | 0.57% | 0.75% | - |
| XYZ | 26.62 | 18.85 | 10.42 | - |
| YUV | 118.81 | 107.79 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 89 | 83 | 0 | 0.53 | 0.57 | 0.25 | 3.33 | 0.46 | 0.54 |
| Hex | BF | 59 | 53 | 0 | 35 | 39 | 19 | 3 | 2E | 36 |
| Octal | 277 | 131 | 123 | 0 | 65 | 71 | 31 | 3 | 56 | 66 |
| Binary | 10111111 | 1011001 | 1010011 | 0 | 110101 | 111001 | 11001 | 11 | 101110 | 110110 |
Color Harmonies of #BF5953
Complementary color
Monochromatic Colors of #BF5953
Black with #BF5953
Text Example
Text Example
White with #BF5953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5953; }
p { color: rgb(191,89,83); }
H1.HeaderClassName
{
color: #BF5953;
}
.AnyTagClassName
{
color: #BF5953;
}
</style>
background-color css
<style>
a { background-color: #BF5953; }
a { background-color: rgb(191,89,83); }
div.DivClassName
{
background-color: #BF5953;
}
.BgClassName
{
background-color: #BF5953;
}
</style>
border-color css
<style>
span { border-color: #BF5953; }
span { border-color: rgb(191,89,83); }
td.TdClassName
{
border-color: #BF5953;
}
.TagClassName
{
border-color: #BF5953;
}
</style>