Shades of Fuzzy Wuzzy Brown #BF5C5C
Tints of Fuzzy Wuzzy Brown #BF5C5C
RGB
CMYK
RGB Variations
Color information
#BF5C5C (or 0xBF5C5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 5C and 5C. RGB value is (191,92,92). Sum of RGB (Red+Green+Blue) = 191+92+92=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5C5C is #40A3A3. Grayscale: #797979. Windows color (decimal): -4236196 or 6053055. OLE color: 6053055.
HSL color Cylindrical-coordinate representation of color #BF5C5C: hue angle of 0º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5C5C is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 92 | 92 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.25 |
| HSL | 0º | 0.44% | 0.55% | - |
| HSV(B) | 0º | 0.52% | 0.75% | - |
| XYZ | 27.24 | 19.5 | 12.45 | - |
| YUV | 121.6 | 111.3 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 92 | 92 | 0 | 0.52 | 0.52 | 0.25 | 0 | 0.44 | 0.55 |
| Hex | BF | 5C | 5C | 0 | 34 | 34 | 19 | 0 | 2C | 37 |
| Octal | 277 | 134 | 134 | 0 | 64 | 64 | 31 | 0 | 54 | 67 |
| Binary | 10111111 | 1011100 | 1011100 | 0 | 110100 | 110100 | 11001 | 0 | 101100 | 110111 |
Color Harmonies of #BF5C5C
Complementary color
Monochromatic Colors of #BF5C5C
Black with #BF5C5C
Text Example
Text Example
White with #BF5C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5C5C; }
p { color: rgb(191,92,92); }
H1.HeaderClassName
{
color: #BF5C5C;
}
.AnyTagClassName
{
color: #BF5C5C;
}
</style>
background-color css
<style>
a { background-color: #BF5C5C; }
a { background-color: rgb(191,92,92); }
div.DivClassName
{
background-color: #BF5C5C;
}
.BgClassName
{
background-color: #BF5C5C;
}
</style>
border-color css
<style>
span { border-color: #BF5C5C; }
span { border-color: rgb(191,92,92); }
td.TdClassName
{
border-color: #BF5C5C;
}
.TagClassName
{
border-color: #BF5C5C;
}
</style>