Shades of Fuzzy Wuzzy Brown #BB5D5B
Tints of Fuzzy Wuzzy Brown #BB5D5B
RGB
CMYK
RGB Variations
Color information
#BB5D5B (or 0xBB5D5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 5D and 5B. RGB value is (187,93,91). Sum of RGB (Red+Green+Blue) = 187+93+91=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5D5B is #44A2A4. Grayscale: #787878. Windows color (decimal): -4498085 or 5987771. OLE color: 5987771.
HSL color Cylindrical-coordinate representation of color #BB5D5B: hue angle of 1.25º 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 #BB5D5B is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 93 | 91 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.27 |
| HSL | 1.25º | 0.41% | 0.55% | - |
| HSV(B) | 1.25º | 0.51% | 0.73% | - |
| XYZ | 26.3 | 19.15 | 12.21 | - |
| YUV | 120.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 93 | 91 | 0 | 0.50 | 0.51 | 0.27 | 1.25 | 0.41 | 0.55 |
| Hex | BB | 5D | 5B | 0 | 32 | 33 | 1B | 1 | 29 | 37 |
| Octal | 273 | 135 | 133 | 0 | 62 | 63 | 33 | 1 | 51 | 67 |
| Binary | 10111011 | 1011101 | 1011011 | 0 | 110010 | 110011 | 11011 | 1 | 101001 | 110111 |
Color Harmonies of #BB5D5B
Complementary color
Monochromatic Colors of #BB5D5B
Black with #BB5D5B
Text Example
Text Example
White with #BB5D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5D5B; }
p { color: rgb(187,93,91); }
H1.HeaderClassName
{
color: #BB5D5B;
}
.AnyTagClassName
{
color: #BB5D5B;
}
</style>
background-color css
<style>
a { background-color: #BB5D5B; }
a { background-color: rgb(187,93,91); }
div.DivClassName
{
background-color: #BB5D5B;
}
.BgClassName
{
background-color: #BB5D5B;
}
</style>
border-color css
<style>
span { border-color: #BB5D5B; }
span { border-color: rgb(187,93,91); }
td.TdClassName
{
border-color: #BB5D5B;
}
.TagClassName
{
border-color: #BB5D5B;
}
</style>