Shades of Fuzzy Wuzzy Brown #BF5D5D
Tints of Fuzzy Wuzzy Brown #BF5D5D
RGB
CMYK
RGB Variations
Color information
#BF5D5D (or 0xBF5D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BF, 5D and 5D. RGB value is (191,93,93). Sum of RGB (Red+Green+Blue) = 191+93+93=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D5D is #40A2A2. Grayscale: #7A7A7A. Windows color (decimal): -4235939 or 6118847. OLE color: 6118847.
HSL color Cylindrical-coordinate representation of color #BF5D5D: hue angle of 0º 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 #BF5D5D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 93 | 93 | - |
CMYK | 0 | 0.51 | 0.51 | 0.25 |
HSL | 0º | 0.43% | 0.56% | - |
HSV(B) | 0º | 0.51% | 0.75% | - |
XYZ | 27.38 | 19.7 | 12.71 | - |
YUV | 122.3 | 111.47 | 177 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 93 | 93 | 0 | 0.51 | 0.51 | 0.25 | 0 | 0.43 | 0.56 |
Hex | BF | 5D | 5D | 0 | 33 | 33 | 19 | 0 | 2B | 38 |
Octal | 277 | 135 | 135 | 0 | 63 | 63 | 31 | 0 | 53 | 70 |
Binary | 10111111 | 1011101 | 1011101 | 0 | 110011 | 110011 | 11001 | 0 | 101011 | 111000 |
Color Harmonies of #BF5D5D
Complementary color
Monochromatic Colors of #BF5D5D
Black with #BF5D5D
Text Example
Text Example
White with #BF5D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5D5D; }
p { color: rgb(191,93,93); }
H1.HeaderClassName
{
color: #BF5D5D;
}
.AnyTagClassName
{
color: #BF5D5D;
}
</style>
background-color css
<style>
a { background-color: #BF5D5D; }
a { background-color: rgb(191,93,93); }
div.DivClassName
{
background-color: #BF5D5D;
}
.BgClassName
{
background-color: #BF5D5D;
}
</style>
border-color css
<style>
span { border-color: #BF5D5D; }
span { border-color: rgb(191,93,93); }
td.TdClassName
{
border-color: #BF5D5D;
}
.TagClassName
{
border-color: #BF5D5D;
}
</style>