Shades of Fuzzy Wuzzy Brown #BD5653
Tints of Fuzzy Wuzzy Brown #BD5653
RGB
CMYK
RGB Variations
Color information
#BD5653 (or 0xBD5653) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 56 and 53. RGB value is (189,86,83). Sum of RGB (Red+Green+Blue) = 189+86+83=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5653 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5653 is #42A9AC. Grayscale: #747474. Windows color (decimal): -4368813 or 5461693. OLE color: 5461693.
HSL color Cylindrical-coordinate representation of color #BD5653: hue angle of 1.7º 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 #BD5653 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 86 | 83 | - |
| CMYK | 0 | 0.54 | 0.56 | 0.26 |
| HSL | 1.7º | 0.45% | 0.53% | - |
| HSV(B) | 1.7º | 0.56% | 0.74% | - |
| XYZ | 25.88 | 18.1 | 10.31 | - |
| YUV | 116.46 | 109.12 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 86 | 83 | 0 | 0.54 | 0.56 | 0.26 | 1.7 | 0.45 | 0.53 |
| Hex | BD | 56 | 53 | 0 | 36 | 38 | 1A | 2 | 2D | 35 |
| Octal | 275 | 126 | 123 | 0 | 66 | 70 | 32 | 2 | 55 | 65 |
| Binary | 10111101 | 1010110 | 1010011 | 0 | 110110 | 111000 | 11010 | 10 | 101101 | 110101 |
Color Harmonies of #BD5653
Complementary color
Monochromatic Colors of #BD5653
Black with #BD5653
Text Example
Text Example
White with #BD5653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5653; }
p { color: rgb(189,86,83); }
H1.HeaderClassName
{
color: #BD5653;
}
.AnyTagClassName
{
color: #BD5653;
}
</style>
background-color css
<style>
a { background-color: #BD5653; }
a { background-color: rgb(189,86,83); }
div.DivClassName
{
background-color: #BD5653;
}
.BgClassName
{
background-color: #BD5653;
}
</style>
border-color css
<style>
span { border-color: #BD5653; }
span { border-color: rgb(189,86,83); }
td.TdClassName
{
border-color: #BD5653;
}
.TagClassName
{
border-color: #BD5653;
}
</style>