Shades of Fuzzy Wuzzy Brown #BB5754
Tints of Fuzzy Wuzzy Brown #BB5754
RGB
CMYK
RGB Variations
Color information
#BB5754 (or 0xBB5754) is known color: Fuzzy Wuzzy Brown. HEX triplet: BB, 57 and 54. RGB value is (187,87,84). Sum of RGB (Red+Green+Blue) = 187+87+84=358 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.23% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 84 (33.20% from 255 or 23.46% from 358); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5754 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5754 is #44A8AB. Grayscale: #747474. Windows color (decimal): -4499628 or 5527483. OLE color: 5527483.
HSL color Cylindrical-coordinate representation of color #BB5754: hue angle of 1.75º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB5754 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 87 | 84 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.27 |
| HSL | 1.75º | 0.43% | 0.53% | - |
| HSV(B) | 1.75º | 0.55% | 0.73% | - |
| XYZ | 25.5 | 18.02 | 10.52 | - |
| YUV | 116.56 | 109.63 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 87 | 84 | 0 | 0.53 | 0.55 | 0.27 | 1.75 | 0.43 | 0.53 |
| Hex | BB | 57 | 54 | 0 | 35 | 37 | 1B | 2 | 2B | 35 |
| Octal | 273 | 127 | 124 | 0 | 65 | 67 | 33 | 2 | 53 | 65 |
| Binary | 10111011 | 1010111 | 1010100 | 0 | 110101 | 110111 | 11011 | 10 | 101011 | 110101 |
Color Harmonies of #BB5754
Complementary color
Monochromatic Colors of #BB5754
Black with #BB5754
Text Example
Text Example
White with #BB5754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB5754; }
p { color: rgb(187,87,84); }
H1.HeaderClassName
{
color: #BB5754;
}
.AnyTagClassName
{
color: #BB5754;
}
</style>
background-color css
<style>
a { background-color: #BB5754; }
a { background-color: rgb(187,87,84); }
div.DivClassName
{
background-color: #BB5754;
}
.BgClassName
{
background-color: #BB5754;
}
</style>
border-color css
<style>
span { border-color: #BB5754; }
span { border-color: rgb(187,87,84); }
td.TdClassName
{
border-color: #BB5754;
}
.TagClassName
{
border-color: #BB5754;
}
</style>