Shades of Fuzzy Wuzzy Brown #B45D5C
Tints of Fuzzy Wuzzy Brown #B45D5C
RGB
CMYK
RGB Variations
Color information
#B45D5C (or 0xB45D5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: B4, 5D and 5C. RGB value is (180,93,92). Sum of RGB (Red+Green+Blue) = 180+93+92=365 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.32% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 180 - color contains mainly: red. Hex color #B45D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45D5C is #4BA2A3. Grayscale: #767676. Windows color (decimal): -4956836 or 6053300. OLE color: 6053300.
HSL color Cylindrical-coordinate representation of color #B45D5C: hue angle of 0.68º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B45D5C is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 93 | 92 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.29 |
| HSL | 0.68º | 0.37% | 0.53% | - |
| HSV(B) | 0.68º | 0.49% | 0.71% | - |
| XYZ | 24.67 | 18.3 | 12.36 | - |
| YUV | 118.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 93 | 92 | 0 | 0.48 | 0.49 | 0.29 | 0.68 | 0.37 | 0.53 |
| Hex | B4 | 5D | 5C | 0 | 30 | 31 | 1D | 1 | 25 | 35 |
| Octal | 264 | 135 | 134 | 0 | 60 | 61 | 35 | 1 | 45 | 65 |
| Binary | 10110100 | 1011101 | 1011100 | 0 | 110000 | 110001 | 11101 | 1 | 100101 | 110101 |
Color Harmonies of #B45D5C
Complementary color
Monochromatic Colors of #B45D5C
Black with #B45D5C
Text Example
Text Example
White with #B45D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45D5C; }
p { color: rgb(180,93,92); }
H1.HeaderClassName
{
color: #B45D5C;
}
.AnyTagClassName
{
color: #B45D5C;
}
</style>
background-color css
<style>
a { background-color: #B45D5C; }
a { background-color: rgb(180,93,92); }
div.DivClassName
{
background-color: #B45D5C;
}
.BgClassName
{
background-color: #B45D5C;
}
</style>
border-color css
<style>
span { border-color: #B45D5C; }
span { border-color: rgb(180,93,92); }
td.TdClassName
{
border-color: #B45D5C;
}
.TagClassName
{
border-color: #B45D5C;
}
</style>