Shades of Fuzzy Wuzzy Brown #B65E57
Tints of Fuzzy Wuzzy Brown #B65E57
RGB
CMYK
RGB Variations
Color information
#B65E57 (or 0xB65E57) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5E and 57. RGB value is (182,94,87). Sum of RGB (Red+Green+Blue) = 182+94+87=363 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50.14% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 87 (34.38% from 255 or 23.97% from 363); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E57 is #49A1A8. Grayscale: #777777. Windows color (decimal): -4825513 or 5725878. OLE color: 5725878.
HSL color Cylindrical-coordinate representation of color #B65E57: hue angle of 4.42º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65E57 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 94 | 87 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.29 |
| HSL | 4.42º | 0.39% | 0.53% | - |
| HSV(B) | 4.42º | 0.52% | 0.71% | - |
| XYZ | 25.01 | 18.64 | 11.3 | - |
| YUV | 119.51 | 109.65 | 172.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 87 | 0 | 0.48 | 0.52 | 0.29 | 4.42 | 0.39 | 0.53 |
| Hex | B6 | 5E | 57 | 0 | 30 | 34 | 1D | 4 | 27 | 35 |
| Octal | 266 | 136 | 127 | 0 | 60 | 64 | 35 | 4 | 47 | 65 |
| Binary | 10110110 | 1011110 | 1010111 | 0 | 110000 | 110100 | 11101 | 100 | 100111 | 110101 |
Color Harmonies of #B65E57
Complementary color
Monochromatic Colors of #B65E57
Black with #B65E57
Text Example
Text Example
White with #B65E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65E57; }
p { color: rgb(182,94,87); }
H1.HeaderClassName
{
color: #B65E57;
}
.AnyTagClassName
{
color: #B65E57;
}
</style>
background-color css
<style>
a { background-color: #B65E57; }
a { background-color: rgb(182,94,87); }
div.DivClassName
{
background-color: #B65E57;
}
.BgClassName
{
background-color: #B65E57;
}
</style>
border-color css
<style>
span { border-color: #B65E57; }
span { border-color: rgb(182,94,87); }
td.TdClassName
{
border-color: #B65E57;
}
.TagClassName
{
border-color: #B65E57;
}
</style>