Shades of Fuzzy Wuzzy Brown #B65555
Tints of Fuzzy Wuzzy Brown #B65555
RGB
CMYK
RGB Variations
Color information
#B65555 (or 0xB65555) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 55 and 55. RGB value is (182,85,85). Sum of RGB (Red+Green+Blue) = 182+85+85=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B65555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65555 is #49AAAA. Grayscale: #727272. Windows color (decimal): -4827819 or 5592502. OLE color: 5592502.
HSL color Cylindrical-coordinate representation of color #B65555: hue angle of 0º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B65555 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 85 | 85 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.29 |
| HSL | 0º | 0.4% | 0.52% | - |
| HSV(B) | 0º | 0.53% | 0.71% | - |
| XYZ | 24.18 | 17.1 | 10.62 | - |
| YUV | 114 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 85 | 85 | 0 | 0.53 | 0.53 | 0.29 | 0 | 0.4 | 0.52 |
| Hex | B6 | 55 | 55 | 0 | 35 | 35 | 1D | 0 | 28 | 34 |
| Octal | 266 | 125 | 125 | 0 | 65 | 65 | 35 | 0 | 50 | 64 |
| Binary | 10110110 | 1010101 | 1010101 | 0 | 110101 | 110101 | 11101 | 0 | 101000 | 110100 |
Color Harmonies of #B65555
Complementary color
Monochromatic Colors of #B65555
Black with #B65555
Text Example
Text Example
White with #B65555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65555; }
p { color: rgb(182,85,85); }
H1.HeaderClassName
{
color: #B65555;
}
.AnyTagClassName
{
color: #B65555;
}
</style>
background-color css
<style>
a { background-color: #B65555; }
a { background-color: rgb(182,85,85); }
div.DivClassName
{
background-color: #B65555;
}
.BgClassName
{
background-color: #B65555;
}
</style>
border-color css
<style>
span { border-color: #B65555; }
span { border-color: rgb(182,85,85); }
td.TdClassName
{
border-color: #B65555;
}
.TagClassName
{
border-color: #B65555;
}
</style>