Shades of Fuzzy Wuzzy Brown #BD5A56
Tints of Fuzzy Wuzzy Brown #BD5A56
RGB
CMYK
RGB Variations
Color information
#BD5A56 (or 0xBD5A56) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5A and 56. RGB value is (189,90,86). Sum of RGB (Red+Green+Blue) = 189+90+86=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A56 is #42A5A9. Grayscale: #777777. Windows color (decimal): -4367786 or 5659325. OLE color: 5659325.
HSL color Cylindrical-coordinate representation of color #BD5A56: hue angle of 2.33º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5A56 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 86 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.26 |
| HSL | 2.33º | 0.44% | 0.54% | - |
| HSV(B) | 2.33º | 0.54% | 0.74% | - |
| XYZ | 26.32 | 18.8 | 11.05 | - |
| YUV | 119.15 | 109.3 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 86 | 0 | 0.52 | 0.54 | 0.26 | 2.33 | 0.44 | 0.54 |
| Hex | BD | 5A | 56 | 0 | 34 | 36 | 1A | 2 | 2C | 36 |
| Octal | 275 | 132 | 126 | 0 | 64 | 66 | 32 | 2 | 54 | 66 |
| Binary | 10111101 | 1011010 | 1010110 | 0 | 110100 | 110110 | 11010 | 10 | 101100 | 110110 |
Color Harmonies of #BD5A56
Complementary color
Monochromatic Colors of #BD5A56
Black with #BD5A56
Text Example
Text Example
White with #BD5A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5A56; }
p { color: rgb(189,90,86); }
H1.HeaderClassName
{
color: #BD5A56;
}
.AnyTagClassName
{
color: #BD5A56;
}
</style>
background-color css
<style>
a { background-color: #BD5A56; }
a { background-color: rgb(189,90,86); }
div.DivClassName
{
background-color: #BD5A56;
}
.BgClassName
{
background-color: #BD5A56;
}
</style>
border-color css
<style>
span { border-color: #BD5A56; }
span { border-color: rgb(189,90,86); }
td.TdClassName
{
border-color: #BD5A56;
}
.TagClassName
{
border-color: #BD5A56;
}
</style>