Shades of Fuzzy Wuzzy Brown #BD5B55
Tints of Fuzzy Wuzzy Brown #BD5B55
RGB
CMYK
RGB Variations
Color information
#BD5B55 (or 0xBD5B55) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5B and 55. RGB value is (189,91,85). Sum of RGB (Red+Green+Blue) = 189+91+85=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 85 (33.59% from 255 or 23.29% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5B55 is #42A4AA. Grayscale: #777777. Windows color (decimal): -4367531 or 5594045. OLE color: 5594045.
HSL color Cylindrical-coordinate representation of color #BD5B55: hue angle of 3.46º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD5B55 is Cyan = 0, Magento = 0.52, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 91 | 85 | - |
| CMYK | 0 | 0.52 | 0.55 | 0.26 |
| HSL | 3.46º | 0.44% | 0.54% | - |
| HSV(B) | 3.46º | 0.55% | 0.74% | - |
| XYZ | 26.37 | 18.96 | 10.86 | - |
| YUV | 119.62 | 108.47 | 177.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 85 | 0 | 0.52 | 0.55 | 0.26 | 3.46 | 0.44 | 0.54 |
| Hex | BD | 5B | 55 | 0 | 34 | 37 | 1A | 3 | 2C | 36 |
| Octal | 275 | 133 | 125 | 0 | 64 | 67 | 32 | 3 | 54 | 66 |
| Binary | 10111101 | 1011011 | 1010101 | 0 | 110100 | 110111 | 11010 | 11 | 101100 | 110110 |
Color Harmonies of #BD5B55
Complementary color
Monochromatic Colors of #BD5B55
Black with #BD5B55
Text Example
Text Example
White with #BD5B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5B55; }
p { color: rgb(189,91,85); }
H1.HeaderClassName
{
color: #BD5B55;
}
.AnyTagClassName
{
color: #BD5B55;
}
</style>
background-color css
<style>
a { background-color: #BD5B55; }
a { background-color: rgb(189,91,85); }
div.DivClassName
{
background-color: #BD5B55;
}
.BgClassName
{
background-color: #BD5B55;
}
</style>
border-color css
<style>
span { border-color: #BD5B55; }
span { border-color: rgb(189,91,85); }
td.TdClassName
{
border-color: #BD5B55;
}
.TagClassName
{
border-color: #BD5B55;
}
</style>