Shades of Fuzzy Wuzzy Brown #BD5353
Tints of Fuzzy Wuzzy Brown #BD5353
RGB
CMYK
RGB Variations
Color information
#BD5353 (or 0xBD5353) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 53 and 53. RGB value is (189,83,83). Sum of RGB (Red+Green+Blue) = 189+83+83=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5353 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5353 is #42ACAC. Grayscale: #727272. Windows color (decimal): -4369581 or 5460925. OLE color: 5460925.
HSL color Cylindrical-coordinate representation of color #BD5353: hue angle of 0º 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 #BD5353 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 83 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.26 |
| HSL | 0º | 0.45% | 0.53% | - |
| HSV(B) | 0º | 0.56% | 0.74% | - |
| XYZ | 25.64 | 17.63 | 10.24 | - |
| YUV | 114.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 83 | 0 | 0.56 | 0.56 | 0.26 | 0 | 0.45 | 0.53 |
| Hex | BD | 53 | 53 | 0 | 38 | 38 | 1A | 0 | 2D | 35 |
| Octal | 275 | 123 | 123 | 0 | 70 | 70 | 32 | 0 | 55 | 65 |
| Binary | 10111101 | 1010011 | 1010011 | 0 | 111000 | 111000 | 11010 | 0 | 101101 | 110101 |
Color Harmonies of #BD5353
Complementary color
Monochromatic Colors of #BD5353
Black with #BD5353
Text Example
Text Example
White with #BD5353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5353; }
p { color: rgb(189,83,83); }
H1.HeaderClassName
{
color: #BD5353;
}
.AnyTagClassName
{
color: #BD5353;
}
</style>
background-color css
<style>
a { background-color: #BD5353; }
a { background-color: rgb(189,83,83); }
div.DivClassName
{
background-color: #BD5353;
}
.BgClassName
{
background-color: #BD5353;
}
</style>
border-color css
<style>
span { border-color: #BD5353; }
span { border-color: rgb(189,83,83); }
td.TdClassName
{
border-color: #BD5353;
}
.TagClassName
{
border-color: #BD5353;
}
</style>