Shades of Fuzzy Wuzzy Brown #B15D59
Tints of Fuzzy Wuzzy Brown #B15D59
RGB
CMYK
RGB Variations
Color information
#B15D59 (or 0xB15D59) is known color: Fuzzy Wuzzy Brown. HEX triplet: B1, 5D and 59. RGB value is (177,93,89). Sum of RGB (Red+Green+Blue) = 177+93+89=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D59 is #4EA2A6. Grayscale: #757575. Windows color (decimal): -5153447 or 5856689. OLE color: 5856689.
HSL color Cylindrical-coordinate representation of color #B15D59: hue angle of 2.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B15D59 is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 89 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.31 |
| HSL | 2.73º | 0.36% | 0.52% | - |
| HSV(B) | 2.73º | 0.5% | 0.69% | - |
| XYZ | 23.85 | 17.9 | 11.65 | - |
| YUV | 117.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 89 | 0 | 0.47 | 0.50 | 0.31 | 2.73 | 0.36 | 0.52 |
| Hex | B1 | 5D | 59 | 0 | 2F | 32 | 1F | 3 | 24 | 34 |
| Octal | 261 | 135 | 131 | 0 | 57 | 62 | 37 | 3 | 44 | 64 |
| Binary | 10110001 | 1011101 | 1011001 | 0 | 101111 | 110010 | 11111 | 11 | 100100 | 110100 |
Color Harmonies of #B15D59
Complementary color
Monochromatic Colors of #B15D59
Black with #B15D59
Text Example
Text Example
White with #B15D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D59; }
p { color: rgb(177,93,89); }
H1.HeaderClassName
{
color: #B15D59;
}
.AnyTagClassName
{
color: #B15D59;
}
</style>
background-color css
<style>
a { background-color: #B15D59; }
a { background-color: rgb(177,93,89); }
div.DivClassName
{
background-color: #B15D59;
}
.BgClassName
{
background-color: #B15D59;
}
</style>
border-color css
<style>
span { border-color: #B15D59; }
span { border-color: rgb(177,93,89); }
td.TdClassName
{
border-color: #B15D59;
}
.TagClassName
{
border-color: #B15D59;
}
</style>