Shades of Fuzzy Wuzzy Brown #B25957
Tints of Fuzzy Wuzzy Brown #B25957
RGB
CMYK
RGB Variations
Color information
#B25957 (or 0xB25957) is known color: Fuzzy Wuzzy Brown. HEX triplet: B2, 59 and 57. RGB value is (178,89,87). Sum of RGB (Red+Green+Blue) = 178+89+87=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 87 (34.38% from 255 or 24.58% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B25957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25957 is #4DA6A8. Grayscale: #737373. Windows color (decimal): -5088937 or 5724594. OLE color: 5724594.
HSL color Cylindrical-coordinate representation of color #B25957: hue angle of 1.32º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B25957 is Cyan = 0, Magento = 0.5, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 89 | 87 | - |
| CMYK | 0 | 0.5 | 0.51 | 0.30 |
| HSL | 1.32º | 0.37% | 0.52% | - |
| HSV(B) | 1.32º | 0.51% | 0.7% | - |
| XYZ | 23.65 | 17.3 | 11.11 | - |
| YUV | 115.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 89 | 87 | 0 | 0.5 | 0.51 | 0.30 | 1.32 | 0.37 | 0.52 |
| Hex | B2 | 59 | 57 | 0 | 32 | 33 | 1E | 1 | 25 | 34 |
| Octal | 262 | 131 | 127 | 0 | 62 | 63 | 36 | 1 | 45 | 64 |
| Binary | 10110010 | 1011001 | 1010111 | 0 | 110010 | 110011 | 11110 | 1 | 100101 | 110100 |
Color Harmonies of #B25957
Complementary color
Monochromatic Colors of #B25957
Black with #B25957
Text Example
Text Example
White with #B25957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25957; }
p { color: rgb(178,89,87); }
H1.HeaderClassName
{
color: #B25957;
}
.AnyTagClassName
{
color: #B25957;
}
</style>
background-color css
<style>
a { background-color: #B25957; }
a { background-color: rgb(178,89,87); }
div.DivClassName
{
background-color: #B25957;
}
.BgClassName
{
background-color: #B25957;
}
</style>
border-color css
<style>
span { border-color: #B25957; }
span { border-color: rgb(178,89,87); }
td.TdClassName
{
border-color: #B25957;
}
.TagClassName
{
border-color: #B25957;
}
</style>