Shades of Fuzzy Wuzzy Brown #BB5E5B
Tints of Fuzzy Wuzzy Brown #BB5E5B
RGB
CMYK
RGB Variations
Color information
#BB5E5B (or 0xBB5E5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 5E and 5B. RGB value is (187,94,91). Sum of RGB (Red+Green+Blue) = 187+94+91=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 94 (37.11% from 255 or 25.27% from 372); Blue value is 91 (35.94% from 255 or 24.46% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E5B is #44A1A4. Grayscale: #797979. Windows color (decimal): -4497829 or 5988027. OLE color: 5988027.
HSL color Cylindrical-coordinate representation of color #BB5E5B: hue angle of 1.88º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB5E5B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 91 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.27 |
| HSL | 1.88º | 0.41% | 0.55% | - |
| HSV(B) | 1.88º | 0.51% | 0.73% | - |
| XYZ | 26.38 | 19.33 | 12.24 | - |
| YUV | 121.47 | 110.81 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 91 | 0 | 0.50 | 0.51 | 0.27 | 1.88 | 0.41 | 0.55 |
| Hex | BB | 5E | 5B | 0 | 32 | 33 | 1B | 2 | 29 | 37 |
| Octal | 273 | 136 | 133 | 0 | 62 | 63 | 33 | 2 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1011011 | 0 | 110010 | 110011 | 11011 | 10 | 101001 | 110111 |
Color Harmonies of #BB5E5B
Complementary color
Monochromatic Colors of #BB5E5B
Black with #BB5E5B
Text Example
Text Example
White with #BB5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E5B; }
p { color: rgb(187,94,91); }
H1.HeaderClassName
{
color: #BB5E5B;
}
.AnyTagClassName
{
color: #BB5E5B;
}
</style>
background-color css
<style>
a { background-color: #BB5E5B; }
a { background-color: rgb(187,94,91); }
div.DivClassName
{
background-color: #BB5E5B;
}
.BgClassName
{
background-color: #BB5E5B;
}
</style>
border-color css
<style>
span { border-color: #BB5E5B; }
span { border-color: rgb(187,94,91); }
td.TdClassName
{
border-color: #BB5E5B;
}
.TagClassName
{
border-color: #BB5E5B;
}
</style>