Shades of Fuzzy Wuzzy Brown #B75D5B
Tints of Fuzzy Wuzzy Brown #B75D5B
RGB
CMYK
RGB Variations
Color information
#B75D5B (or 0xB75D5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: B7, 5D and 5B. RGB value is (183,93,91). Sum of RGB (Red+Green+Blue) = 183+93+91=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D5B is #48A2A4. Grayscale: #777777. Windows color (decimal): -4760229 or 5987767. OLE color: 5987767.
HSL color Cylindrical-coordinate representation of color #B75D5B: hue angle of 1.3º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B75D5B is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 93 | 91 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.28 |
| HSL | 1.3º | 0.39% | 0.54% | - |
| HSV(B) | 1.3º | 0.5% | 0.72% | - |
| XYZ | 25.33 | 18.65 | 12.16 | - |
| YUV | 119.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 91 | 0 | 0.49 | 0.50 | 0.28 | 1.3 | 0.39 | 0.54 |
| Hex | B7 | 5D | 5B | 0 | 31 | 32 | 1C | 1 | 27 | 36 |
| Octal | 267 | 135 | 133 | 0 | 61 | 62 | 34 | 1 | 47 | 66 |
| Binary | 10110111 | 1011101 | 1011011 | 0 | 110001 | 110010 | 11100 | 1 | 100111 | 110110 |
Color Harmonies of #B75D5B
Complementary color
Monochromatic Colors of #B75D5B
Black with #B75D5B
Text Example
Text Example
White with #B75D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75D5B; }
p { color: rgb(183,93,91); }
H1.HeaderClassName
{
color: #B75D5B;
}
.AnyTagClassName
{
color: #B75D5B;
}
</style>
background-color css
<style>
a { background-color: #B75D5B; }
a { background-color: rgb(183,93,91); }
div.DivClassName
{
background-color: #B75D5B;
}
.BgClassName
{
background-color: #B75D5B;
}
</style>
border-color css
<style>
span { border-color: #B75D5B; }
span { border-color: rgb(183,93,91); }
td.TdClassName
{
border-color: #B75D5B;
}
.TagClassName
{
border-color: #B75D5B;
}
</style>