Shades of Fuzzy Wuzzy Brown #B65E5A
Tints of Fuzzy Wuzzy Brown #B65E5A
RGB
CMYK
RGB Variations
Color information
#B65E5A (or 0xB65E5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5E and 5A. RGB value is (182,94,90). Sum of RGB (Red+Green+Blue) = 182+94+90=366 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.73% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 182 - color contains mainly: red. Hex color #B65E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65E5A is #49A1A5. Grayscale: #777777. Windows color (decimal): -4825510 or 5922486. OLE color: 5922486.
HSL color Cylindrical-coordinate representation of color #B65E5A: hue angle of 2.61º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65E5A is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 94 | 90 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.29 |
| HSL | 2.61º | 0.39% | 0.53% | - |
| HSV(B) | 2.61º | 0.51% | 0.71% | - |
| XYZ | 25.14 | 18.69 | 11.96 | - |
| YUV | 119.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 94 | 90 | 0 | 0.48 | 0.51 | 0.29 | 2.61 | 0.39 | 0.53 |
| Hex | B6 | 5E | 5A | 0 | 30 | 33 | 1D | 3 | 27 | 35 |
| Octal | 266 | 136 | 132 | 0 | 60 | 63 | 35 | 3 | 47 | 65 |
| Binary | 10110110 | 1011110 | 1011010 | 0 | 110000 | 110011 | 11101 | 11 | 100111 | 110101 |
Color Harmonies of #B65E5A
Complementary color
Monochromatic Colors of #B65E5A
Black with #B65E5A
Text Example
Text Example
White with #B65E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65E5A; }
p { color: rgb(182,94,90); }
H1.HeaderClassName
{
color: #B65E5A;
}
.AnyTagClassName
{
color: #B65E5A;
}
</style>
background-color css
<style>
a { background-color: #B65E5A; }
a { background-color: rgb(182,94,90); }
div.DivClassName
{
background-color: #B65E5A;
}
.BgClassName
{
background-color: #B65E5A;
}
</style>
border-color css
<style>
span { border-color: #B65E5A; }
span { border-color: rgb(182,94,90); }
td.TdClassName
{
border-color: #B65E5A;
}
.TagClassName
{
border-color: #B65E5A;
}
</style>