Shades of Fuzzy Wuzzy Brown #B15D5D
Tints of Fuzzy Wuzzy Brown #B15D5D
RGB
CMYK
RGB Variations
Color information
#B15D5D (or 0xB15D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: B1, 5D and 5D. RGB value is (177,93,93). Sum of RGB (Red+Green+Blue) = 177+93+93=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D5D is #4EA2A2. Grayscale: #767676. Windows color (decimal): -5153443 or 6118833. OLE color: 6118833.
HSL color Cylindrical-coordinate representation of color #B15D5D: hue angle of 0º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B15D5D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 93 | 93 | - |
| CMYK | 0 | 0.47 | 0.47 | 0.31 |
| HSL | 0º | 0.35% | 0.53% | - |
| HSV(B) | 0º | 0.47% | 0.69% | - |
| XYZ | 24.02 | 17.97 | 12.56 | - |
| YUV | 118.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 93 | 0 | 0.47 | 0.47 | 0.31 | 0 | 0.35 | 0.53 |
| Hex | B1 | 5D | 5D | 0 | 2F | 2F | 1F | 0 | 23 | 35 |
| Octal | 261 | 135 | 135 | 0 | 57 | 57 | 37 | 0 | 43 | 65 |
| Binary | 10110001 | 1011101 | 1011101 | 0 | 101111 | 101111 | 11111 | 0 | 100011 | 110101 |
Color Harmonies of #B15D5D
Complementary color
Monochromatic Colors of #B15D5D
Black with #B15D5D
Text Example
Text Example
White with #B15D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15D5D; }
p { color: rgb(177,93,93); }
H1.HeaderClassName
{
color: #B15D5D;
}
.AnyTagClassName
{
color: #B15D5D;
}
</style>
background-color css
<style>
a { background-color: #B15D5D; }
a { background-color: rgb(177,93,93); }
div.DivClassName
{
background-color: #B15D5D;
}
.BgClassName
{
background-color: #B15D5D;
}
</style>
border-color css
<style>
span { border-color: #B15D5D; }
span { border-color: rgb(177,93,93); }
td.TdClassName
{
border-color: #B15D5D;
}
.TagClassName
{
border-color: #B15D5D;
}
</style>