Shades of Fuzzy Wuzzy Brown #BD5A57
Tints of Fuzzy Wuzzy Brown #BD5A57
RGB
CMYK
RGB Variations
Color information
#BD5A57 (or 0xBD5A57) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5A and 57. RGB value is (189,90,87). Sum of RGB (Red+Green+Blue) = 189+90+87=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5A57 is #42A5A8. Grayscale: #777777. Windows color (decimal): -4367785 or 5724861. OLE color: 5724861.
HSL color Cylindrical-coordinate representation of color #BD5A57: hue angle of 1.76º 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 #BD5A57 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 90 | 87 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.26 |
| HSL | 1.76º | 0.44% | 0.54% | - |
| HSV(B) | 1.76º | 0.54% | 0.74% | - |
| XYZ | 26.36 | 18.82 | 11.26 | - |
| YUV | 119.26 | 109.8 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 90 | 87 | 0 | 0.52 | 0.54 | 0.26 | 1.76 | 0.44 | 0.54 |
| Hex | BD | 5A | 57 | 0 | 34 | 36 | 1A | 2 | 2C | 36 |
| Octal | 275 | 132 | 127 | 0 | 64 | 66 | 32 | 2 | 54 | 66 |
| Binary | 10111101 | 1011010 | 1010111 | 0 | 110100 | 110110 | 11010 | 10 | 101100 | 110110 |
Color Harmonies of #BD5A57
Complementary color
Monochromatic Colors of #BD5A57
Black with #BD5A57
Text Example
Text Example
White with #BD5A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5A57; }
p { color: rgb(189,90,87); }
H1.HeaderClassName
{
color: #BD5A57;
}
.AnyTagClassName
{
color: #BD5A57;
}
</style>
background-color css
<style>
a { background-color: #BD5A57; }
a { background-color: rgb(189,90,87); }
div.DivClassName
{
background-color: #BD5A57;
}
.BgClassName
{
background-color: #BD5A57;
}
</style>
border-color css
<style>
span { border-color: #BD5A57; }
span { border-color: rgb(189,90,87); }
td.TdClassName
{
border-color: #BD5A57;
}
.TagClassName
{
border-color: #BD5A57;
}
</style>