Shades of Fuzzy Wuzzy Brown #BB5E5C
Tints of Fuzzy Wuzzy Brown #BB5E5C
RGB
CMYK
RGB Variations
Color information
#BB5E5C (or 0xBB5E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 5E and 5C. RGB value is (187,94,92). Sum of RGB (Red+Green+Blue) = 187+94+92=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5E5C is #44A1A3. Grayscale: #797979. Windows color (decimal): -4497828 or 6053563. OLE color: 6053563.
HSL color Cylindrical-coordinate representation of color #BB5E5C: hue angle of 1.26º 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 #BB5E5C is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 94 | 92 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.27 |
| HSL | 1.26º | 0.41% | 0.55% | - |
| HSV(B) | 1.26º | 0.51% | 0.73% | - |
| XYZ | 26.43 | 19.34 | 12.47 | - |
| YUV | 121.58 | 111.31 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 94 | 92 | 0 | 0.50 | 0.51 | 0.27 | 1.26 | 0.41 | 0.55 |
| Hex | BB | 5E | 5C | 0 | 32 | 33 | 1B | 1 | 29 | 37 |
| Octal | 273 | 136 | 134 | 0 | 62 | 63 | 33 | 1 | 51 | 67 |
| Binary | 10111011 | 1011110 | 1011100 | 0 | 110010 | 110011 | 11011 | 1 | 101001 | 110111 |
Color Harmonies of #BB5E5C
Complementary color
Monochromatic Colors of #BB5E5C
Black with #BB5E5C
Text Example
Text Example
White with #BB5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5E5C; }
p { color: rgb(187,94,92); }
H1.HeaderClassName
{
color: #BB5E5C;
}
.AnyTagClassName
{
color: #BB5E5C;
}
</style>
background-color css
<style>
a { background-color: #BB5E5C; }
a { background-color: rgb(187,94,92); }
div.DivClassName
{
background-color: #BB5E5C;
}
.BgClassName
{
background-color: #BB5E5C;
}
</style>
border-color css
<style>
span { border-color: #BB5E5C; }
span { border-color: rgb(187,94,92); }
td.TdClassName
{
border-color: #BB5E5C;
}
.TagClassName
{
border-color: #BB5E5C;
}
</style>