Shades of Fuzzy Wuzzy Brown #B65A54
Tints of Fuzzy Wuzzy Brown #B65A54
RGB
CMYK
RGB Variations
Color information
#B65A54 (or 0xB65A54) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5A and 54. RGB value is (182,90,84). Sum of RGB (Red+Green+Blue) = 182+90+84=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 84 (33.20% from 255 or 23.60% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65A54 is #49A5AB. Grayscale: #747474. Windows color (decimal): -4826540 or 5528246. OLE color: 5528246.
HSL color Cylindrical-coordinate representation of color #B65A54: hue angle of 3.67º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65A54 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 84 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.29 |
| HSL | 3.67º | 0.4% | 0.52% | - |
| HSV(B) | 3.67º | 0.54% | 0.71% | - |
| XYZ | 24.55 | 17.9 | 10.55 | - |
| YUV | 116.82 | 109.48 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 84 | 0 | 0.51 | 0.54 | 0.29 | 3.67 | 0.4 | 0.52 |
| Hex | B6 | 5A | 54 | 0 | 33 | 36 | 1D | 4 | 28 | 34 |
| Octal | 266 | 132 | 124 | 0 | 63 | 66 | 35 | 4 | 50 | 64 |
| Binary | 10110110 | 1011010 | 1010100 | 0 | 110011 | 110110 | 11101 | 100 | 101000 | 110100 |
Color Harmonies of #B65A54
Complementary color
Monochromatic Colors of #B65A54
Black with #B65A54
Text Example
Text Example
White with #B65A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A54; }
p { color: rgb(182,90,84); }
H1.HeaderClassName
{
color: #B65A54;
}
.AnyTagClassName
{
color: #B65A54;
}
</style>
background-color css
<style>
a { background-color: #B65A54; }
a { background-color: rgb(182,90,84); }
div.DivClassName
{
background-color: #B65A54;
}
.BgClassName
{
background-color: #B65A54;
}
</style>
border-color css
<style>
span { border-color: #B65A54; }
span { border-color: rgb(182,90,84); }
td.TdClassName
{
border-color: #B65A54;
}
.TagClassName
{
border-color: #B65A54;
}
</style>