Shades of Fuzzy Wuzzy Brown #BB5B5A
Tints of Fuzzy Wuzzy Brown #BB5B5A
RGB
CMYK
RGB Variations
Color information
#BB5B5A (or 0xBB5B5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 5B and 5A. RGB value is (187,91,90). Sum of RGB (Red+Green+Blue) = 187+91+90=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 91 (35.94% from 255 or 24.73% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5B5A is #44A4A5. Grayscale: #777777. Windows color (decimal): -4498598 or 5921723. OLE color: 5921723.
HSL color Cylindrical-coordinate representation of color #BB5B5A: hue angle of 0.62º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BB5B5A is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 91 | 90 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.27 |
| HSL | 0.62º | 0.42% | 0.54% | - |
| HSV(B) | 0.62º | 0.52% | 0.73% | - |
| XYZ | 26.08 | 18.79 | 11.92 | - |
| YUV | 119.59 | 111.3 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 91 | 90 | 0 | 0.51 | 0.52 | 0.27 | 0.62 | 0.42 | 0.54 |
| Hex | BB | 5B | 5A | 0 | 33 | 34 | 1B | 1 | 2A | 36 |
| Octal | 273 | 133 | 132 | 0 | 63 | 64 | 33 | 1 | 52 | 66 |
| Binary | 10111011 | 1011011 | 1011010 | 0 | 110011 | 110100 | 11011 | 1 | 101010 | 110110 |
Color Harmonies of #BB5B5A
Complementary color
Monochromatic Colors of #BB5B5A
Black with #BB5B5A
Text Example
Text Example
White with #BB5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5B5A; }
p { color: rgb(187,91,90); }
H1.HeaderClassName
{
color: #BB5B5A;
}
.AnyTagClassName
{
color: #BB5B5A;
}
</style>
background-color css
<style>
a { background-color: #BB5B5A; }
a { background-color: rgb(187,91,90); }
div.DivClassName
{
background-color: #BB5B5A;
}
.BgClassName
{
background-color: #BB5B5A;
}
</style>
border-color css
<style>
span { border-color: #BB5B5A; }
span { border-color: rgb(187,91,90); }
td.TdClassName
{
border-color: #BB5B5A;
}
.TagClassName
{
border-color: #BB5B5A;
}
</style>