Shades of Fuzzy Wuzzy Brown #BF5E5D
Tints of Fuzzy Wuzzy Brown #BF5E5D
RGB
CMYK
RGB Variations
Color information
#BF5E5D (or 0xBF5E5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 5E and 5D. RGB value is (191,94,93). Sum of RGB (Red+Green+Blue) = 191+94+93=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5E5D is #40A1A2. Grayscale: #7A7A7A. Windows color (decimal): -4235683 or 6119103. OLE color: 6119103.
HSL color Cylindrical-coordinate representation of color #BF5E5D: hue angle of 0.61º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF5E5D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 94 | 93 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.25 |
| HSL | 0.61º | 0.43% | 0.56% | - |
| HSV(B) | 0.61º | 0.51% | 0.75% | - |
| XYZ | 27.46 | 19.87 | 12.74 | - |
| YUV | 122.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 94 | 93 | 0 | 0.51 | 0.51 | 0.25 | 0.61 | 0.43 | 0.56 |
| Hex | BF | 5E | 5D | 0 | 33 | 33 | 19 | 1 | 2B | 38 |
| Octal | 277 | 136 | 135 | 0 | 63 | 63 | 31 | 1 | 53 | 70 |
| Binary | 10111111 | 1011110 | 1011101 | 0 | 110011 | 110011 | 11001 | 1 | 101011 | 111000 |
Color Harmonies of #BF5E5D
Complementary color
Monochromatic Colors of #BF5E5D
Black with #BF5E5D
Text Example
Text Example
White with #BF5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5E5D; }
p { color: rgb(191,94,93); }
H1.HeaderClassName
{
color: #BF5E5D;
}
.AnyTagClassName
{
color: #BF5E5D;
}
</style>
background-color css
<style>
a { background-color: #BF5E5D; }
a { background-color: rgb(191,94,93); }
div.DivClassName
{
background-color: #BF5E5D;
}
.BgClassName
{
background-color: #BF5E5D;
}
</style>
border-color css
<style>
span { border-color: #BF5E5D; }
span { border-color: rgb(191,94,93); }
td.TdClassName
{
border-color: #BF5E5D;
}
.TagClassName
{
border-color: #BF5E5D;
}
</style>