Shades of Fuzzy Wuzzy Brown #B35C5C
Tints of Fuzzy Wuzzy Brown #B35C5C
RGB
CMYK
RGB Variations
Color information
#B35C5C (or 0xB35C5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: B3, 5C and 5C. RGB value is (179,92,92). Sum of RGB (Red+Green+Blue) = 179+92+92=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B35C5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35C5C is #4CA3A3. Grayscale: #767676. Windows color (decimal): -5022628 or 6053043. OLE color: 6053043.
HSL color Cylindrical-coordinate representation of color #B35C5C: hue angle of 0º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B35C5C is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 92 | 92 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.30 |
| HSL | 0º | 0.36% | 0.53% | - |
| HSV(B) | 0º | 0.49% | 0.7% | - |
| XYZ | 24.35 | 18.01 | 12.32 | - |
| YUV | 118.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 92 | 92 | 0 | 0.49 | 0.49 | 0.30 | 0 | 0.36 | 0.53 |
| Hex | B3 | 5C | 5C | 0 | 31 | 31 | 1E | 0 | 24 | 35 |
| Octal | 263 | 134 | 134 | 0 | 61 | 61 | 36 | 0 | 44 | 65 |
| Binary | 10110011 | 1011100 | 1011100 | 0 | 110001 | 110001 | 11110 | 0 | 100100 | 110101 |
Color Harmonies of #B35C5C
Complementary color
Monochromatic Colors of #B35C5C
Black with #B35C5C
Text Example
Text Example
White with #B35C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35C5C; }
p { color: rgb(179,92,92); }
H1.HeaderClassName
{
color: #B35C5C;
}
.AnyTagClassName
{
color: #B35C5C;
}
</style>
background-color css
<style>
a { background-color: #B35C5C; }
a { background-color: rgb(179,92,92); }
div.DivClassName
{
background-color: #B35C5C;
}
.BgClassName
{
background-color: #B35C5C;
}
</style>
border-color css
<style>
span { border-color: #B35C5C; }
span { border-color: rgb(179,92,92); }
td.TdClassName
{
border-color: #B35C5C;
}
.TagClassName
{
border-color: #B35C5C;
}
</style>