Shades of Fuzzy Wuzzy Brown #B25E5D
Tints of Fuzzy Wuzzy Brown #B25E5D
RGB
CMYK
RGB Variations
Color information
#B25E5D (or 0xB25E5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: B2, 5E and 5D. RGB value is (178,94,93). Sum of RGB (Red+Green+Blue) = 178+94+93=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25E5D is #4DA1A2. Grayscale: #777777. Windows color (decimal): -5087651 or 6119090. OLE color: 6119090.
HSL color Cylindrical-coordinate representation of color #B25E5D: hue angle of 0.71º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B25E5D is Cyan = 0, Magento = 0.47, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 93 | - |
| CMYK | 0 | 0.47 | 0.48 | 0.30 |
| HSL | 0.71º | 0.36% | 0.53% | - |
| HSV(B) | 0.71º | 0.48% | 0.7% | - |
| XYZ | 24.34 | 18.26 | 12.6 | - |
| YUV | 119 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 93 | 0 | 0.47 | 0.48 | 0.30 | 0.71 | 0.36 | 0.53 |
| Hex | B2 | 5E | 5D | 0 | 2F | 30 | 1E | 1 | 24 | 35 |
| Octal | 262 | 136 | 135 | 0 | 57 | 60 | 36 | 1 | 44 | 65 |
| Binary | 10110010 | 1011110 | 1011101 | 0 | 101111 | 110000 | 11110 | 1 | 100100 | 110101 |
Color Harmonies of #B25E5D
Complementary color
Monochromatic Colors of #B25E5D
Black with #B25E5D
Text Example
Text Example
White with #B25E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E5D; }
p { color: rgb(178,94,93); }
H1.HeaderClassName
{
color: #B25E5D;
}
.AnyTagClassName
{
color: #B25E5D;
}
</style>
background-color css
<style>
a { background-color: #B25E5D; }
a { background-color: rgb(178,94,93); }
div.DivClassName
{
background-color: #B25E5D;
}
.BgClassName
{
background-color: #B25E5D;
}
</style>
border-color css
<style>
span { border-color: #B25E5D; }
span { border-color: rgb(178,94,93); }
td.TdClassName
{
border-color: #B25E5D;
}
.TagClassName
{
border-color: #B25E5D;
}
</style>