Shades of Fuzzy Wuzzy Brown #B25B57
Tints of Fuzzy Wuzzy Brown #B25B57
RGB
CMYK
RGB Variations
Color information
#B25B57 (or 0xB25B57) is known color: Fuzzy Wuzzy Brown. HEX triplet: B2, 5B and 57. RGB value is (178,91,87). Sum of RGB (Red+Green+Blue) = 178+91+87=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B25B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25B57 is #4DA4A8. Grayscale: #747474. Windows color (decimal): -5088425 or 5725106. OLE color: 5725106.
HSL color Cylindrical-coordinate representation of color #B25B57: hue angle of 2.64º 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 #B25B57 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 91 | 87 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.30 |
| HSL | 2.64º | 0.37% | 0.52% | - |
| HSV(B) | 2.64º | 0.51% | 0.7% | - |
| XYZ | 23.82 | 17.64 | 11.17 | - |
| YUV | 116.56 | 111.32 | 171.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 91 | 87 | 0 | 0.49 | 0.51 | 0.30 | 2.64 | 0.37 | 0.52 |
| Hex | B2 | 5B | 57 | 0 | 31 | 33 | 1E | 3 | 25 | 34 |
| Octal | 262 | 133 | 127 | 0 | 61 | 63 | 36 | 3 | 45 | 64 |
| Binary | 10110010 | 1011011 | 1010111 | 0 | 110001 | 110011 | 11110 | 11 | 100101 | 110100 |
Color Harmonies of #B25B57
Complementary color
Monochromatic Colors of #B25B57
Black with #B25B57
Text Example
Text Example
White with #B25B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25B57; }
p { color: rgb(178,91,87); }
H1.HeaderClassName
{
color: #B25B57;
}
.AnyTagClassName
{
color: #B25B57;
}
</style>
background-color css
<style>
a { background-color: #B25B57; }
a { background-color: rgb(178,91,87); }
div.DivClassName
{
background-color: #B25B57;
}
.BgClassName
{
background-color: #B25B57;
}
</style>
border-color css
<style>
span { border-color: #B25B57; }
span { border-color: rgb(178,91,87); }
td.TdClassName
{
border-color: #B25B57;
}
.TagClassName
{
border-color: #B25B57;
}
</style>