Shades of Fuzzy Wuzzy Brown #B35A58
Tints of Fuzzy Wuzzy Brown #B35A58
RGB
CMYK
RGB Variations
Color information
#B35A58 (or 0xB35A58) is known color: Fuzzy Wuzzy Brown. HEX triplet: B3, 5A and 58. RGB value is (179,90,88). Sum of RGB (Red+Green+Blue) = 179+90+88=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B35A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35A58 is #4CA5A7. Grayscale: #747474. Windows color (decimal): -5023144 or 5790387. OLE color: 5790387.
HSL color Cylindrical-coordinate representation of color #B35A58: 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 #B35A58 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 90 | 88 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.30 |
| HSL | 1.32º | 0.37% | 0.52% | - |
| HSV(B) | 1.32º | 0.51% | 0.7% | - |
| XYZ | 24.01 | 17.6 | 11.36 | - |
| YUV | 116.38 | 111.99 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 90 | 88 | 0 | 0.50 | 0.51 | 0.30 | 1.32 | 0.37 | 0.52 |
| Hex | B3 | 5A | 58 | 0 | 32 | 33 | 1E | 1 | 25 | 34 |
| Octal | 263 | 132 | 130 | 0 | 62 | 63 | 36 | 1 | 45 | 64 |
| Binary | 10110011 | 1011010 | 1011000 | 0 | 110010 | 110011 | 11110 | 1 | 100101 | 110100 |
Color Harmonies of #B35A58
Complementary color
Monochromatic Colors of #B35A58
Black with #B35A58
Text Example
Text Example
White with #B35A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35A58; }
p { color: rgb(179,90,88); }
H1.HeaderClassName
{
color: #B35A58;
}
.AnyTagClassName
{
color: #B35A58;
}
</style>
background-color css
<style>
a { background-color: #B35A58; }
a { background-color: rgb(179,90,88); }
div.DivClassName
{
background-color: #B35A58;
}
.BgClassName
{
background-color: #B35A58;
}
</style>
border-color css
<style>
span { border-color: #B35A58; }
span { border-color: rgb(179,90,88); }
td.TdClassName
{
border-color: #B35A58;
}
.TagClassName
{
border-color: #B35A58;
}
</style>