Shades of Fuzzy Wuzzy Brown #B95E5D
Tints of Fuzzy Wuzzy Brown #B95E5D
RGB
CMYK
RGB Variations
Color information
#B95E5D (or 0xB95E5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: B9, 5E and 5D. RGB value is (185,94,93). Sum of RGB (Red+Green+Blue) = 185+94+93=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E5D is #46A1A2. Grayscale: #797979. Windows color (decimal): -4628899 or 6119097. OLE color: 6119097.
HSL color Cylindrical-coordinate representation of color #B95E5D: hue angle of 0.65º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B95E5D is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 93 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.27 |
| HSL | 0.65º | 0.4% | 0.55% | - |
| HSV(B) | 0.65º | 0.5% | 0.73% | - |
| XYZ | 25.99 | 19.11 | 12.67 | - |
| YUV | 121.1 | 112.15 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 93 | 0 | 0.49 | 0.50 | 0.27 | 0.65 | 0.4 | 0.55 |
| Hex | B9 | 5E | 5D | 0 | 31 | 32 | 1B | 1 | 28 | 37 |
| Octal | 271 | 136 | 135 | 0 | 61 | 62 | 33 | 1 | 50 | 67 |
| Binary | 10111001 | 1011110 | 1011101 | 0 | 110001 | 110010 | 11011 | 1 | 101000 | 110111 |
Color Harmonies of #B95E5D
Complementary color
Monochromatic Colors of #B95E5D
Black with #B95E5D
Text Example
Text Example
White with #B95E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E5D; }
p { color: rgb(185,94,93); }
H1.HeaderClassName
{
color: #B95E5D;
}
.AnyTagClassName
{
color: #B95E5D;
}
</style>
background-color css
<style>
a { background-color: #B95E5D; }
a { background-color: rgb(185,94,93); }
div.DivClassName
{
background-color: #B95E5D;
}
.BgClassName
{
background-color: #B95E5D;
}
</style>
border-color css
<style>
span { border-color: #B95E5D; }
span { border-color: rgb(185,94,93); }
td.TdClassName
{
border-color: #B95E5D;
}
.TagClassName
{
border-color: #B95E5D;
}
</style>