Shades of Fuzzy Wuzzy Brown #B95E5E
Tints of Fuzzy Wuzzy Brown #B95E5E
RGB
CMYK
RGB Variations
Color information
#B95E5E (or 0xB95E5E) is known color: Fuzzy Wuzzy Brown. HEX triplet: B9, 5E and 5E. RGB value is (185,94,94). Sum of RGB (Red+Green+Blue) = 185+94+94=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B95E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95E5E is #46A1A1. Grayscale: #797979. Windows color (decimal): -4628898 or 6184633. OLE color: 6184633.
HSL color Cylindrical-coordinate representation of color #B95E5E: hue angle of 0º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B95E5E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 94 | 94 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.27 |
| HSL | 0º | 0.39% | 0.55% | - |
| HSV(B) | 0º | 0.49% | 0.73% | - |
| XYZ | 26.03 | 19.13 | 12.91 | - |
| YUV | 121.21 | 112.65 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 94 | 94 | 0 | 0.49 | 0.49 | 0.27 | 0 | 0.39 | 0.55 |
| Hex | B9 | 5E | 5E | 0 | 31 | 31 | 1B | 0 | 27 | 37 |
| Octal | 271 | 136 | 136 | 0 | 61 | 61 | 33 | 0 | 47 | 67 |
| Binary | 10111001 | 1011110 | 1011110 | 0 | 110001 | 110001 | 11011 | 0 | 100111 | 110111 |
Color Harmonies of #B95E5E
Complementary color
Monochromatic Colors of #B95E5E
Black with #B95E5E
Text Example
Text Example
White with #B95E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95E5E; }
p { color: rgb(185,94,94); }
H1.HeaderClassName
{
color: #B95E5E;
}
.AnyTagClassName
{
color: #B95E5E;
}
</style>
background-color css
<style>
a { background-color: #B95E5E; }
a { background-color: rgb(185,94,94); }
div.DivClassName
{
background-color: #B95E5E;
}
.BgClassName
{
background-color: #B95E5E;
}
</style>
border-color css
<style>
span { border-color: #B95E5E; }
span { border-color: rgb(185,94,94); }
td.TdClassName
{
border-color: #B95E5E;
}
.TagClassName
{
border-color: #B95E5E;
}
</style>