Shades of Fuzzy Wuzzy Brown #BD5553
Tints of Fuzzy Wuzzy Brown #BD5553
RGB
CMYK
RGB Variations
Color information
#BD5553 (or 0xBD5553) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 55 and 53. RGB value is (189,85,83). Sum of RGB (Red+Green+Blue) = 189+85+83=357 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.94% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 83 (32.81% from 255 or 23.25% from 357); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5553 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5553 is #42AAAC. Grayscale: #737373. Windows color (decimal): -4369069 or 5461437. OLE color: 5461437.
HSL color Cylindrical-coordinate representation of color #BD5553: hue angle of 1.13º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD5553 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 83 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.26 |
| HSL | 1.13º | 0.45% | 0.53% | - |
| HSV(B) | 1.13º | 0.56% | 0.74% | - |
| XYZ | 25.8 | 17.94 | 10.29 | - |
| YUV | 115.87 | 109.46 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 83 | 0 | 0.55 | 0.56 | 0.26 | 1.13 | 0.45 | 0.53 |
| Hex | BD | 55 | 53 | 0 | 37 | 38 | 1A | 1 | 2D | 35 |
| Octal | 275 | 125 | 123 | 0 | 67 | 70 | 32 | 1 | 55 | 65 |
| Binary | 10111101 | 1010101 | 1010011 | 0 | 110111 | 111000 | 11010 | 1 | 101101 | 110101 |
Color Harmonies of #BD5553
Complementary color
Monochromatic Colors of #BD5553
Black with #BD5553
Text Example
Text Example
White with #BD5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5553; }
p { color: rgb(189,85,83); }
H1.HeaderClassName
{
color: #BD5553;
}
.AnyTagClassName
{
color: #BD5553;
}
</style>
background-color css
<style>
a { background-color: #BD5553; }
a { background-color: rgb(189,85,83); }
div.DivClassName
{
background-color: #BD5553;
}
.BgClassName
{
background-color: #BD5553;
}
</style>
border-color css
<style>
span { border-color: #BD5553; }
span { border-color: rgb(189,85,83); }
td.TdClassName
{
border-color: #BD5553;
}
.TagClassName
{
border-color: #BD5553;
}
</style>