Shades of Fuzzy Wuzzy Brown #BF5D57
Tints of Fuzzy Wuzzy Brown #BF5D57
RGB
CMYK
RGB Variations
Color information
#BF5D57 (or 0xBF5D57) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 5D and 57. RGB value is (191,93,87). Sum of RGB (Red+Green+Blue) = 191+93+87=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D57 is #40A2A8. Grayscale: #797979. Windows color (decimal): -4235945 or 5725631. OLE color: 5725631.
HSL color Cylindrical-coordinate representation of color #BF5D57: hue angle of 3.46º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF5D57 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 93 | 87 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.25 |
| HSL | 3.46º | 0.45% | 0.55% | - |
| HSV(B) | 3.46º | 0.54% | 0.75% | - |
| XYZ | 27.12 | 19.59 | 11.37 | - |
| YUV | 121.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 93 | 87 | 0 | 0.51 | 0.54 | 0.25 | 3.46 | 0.45 | 0.55 |
| Hex | BF | 5D | 57 | 0 | 33 | 36 | 19 | 3 | 2D | 37 |
| Octal | 277 | 135 | 127 | 0 | 63 | 66 | 31 | 3 | 55 | 67 |
| Binary | 10111111 | 1011101 | 1010111 | 0 | 110011 | 110110 | 11001 | 11 | 101101 | 110111 |
Color Harmonies of #BF5D57
Complementary color
Monochromatic Colors of #BF5D57
Black with #BF5D57
Text Example
Text Example
White with #BF5D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D57; }
p { color: rgb(191,93,87); }
H1.HeaderClassName
{
color: #BF5D57;
}
.AnyTagClassName
{
color: #BF5D57;
}
</style>
background-color css
<style>
a { background-color: #BF5D57; }
a { background-color: rgb(191,93,87); }
div.DivClassName
{
background-color: #BF5D57;
}
.BgClassName
{
background-color: #BF5D57;
}
</style>
border-color css
<style>
span { border-color: #BF5D57; }
span { border-color: rgb(191,93,87); }
td.TdClassName
{
border-color: #BF5D57;
}
.TagClassName
{
border-color: #BF5D57;
}
</style>