Shades of Fuzzy Wuzzy Brown #BD5E5B
Tints of Fuzzy Wuzzy Brown #BD5E5B
RGB
CMYK
RGB Variations
Color information
#BD5E5B (or 0xBD5E5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5E and 5B. RGB value is (189,94,91). Sum of RGB (Red+Green+Blue) = 189+94+91=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E5B is #42A1A4. Grayscale: #7A7A7A. Windows color (decimal): -4366757 or 5988029. OLE color: 5988029.
HSL color Cylindrical-coordinate representation of color #BD5E5B: hue angle of 1.84º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD5E5B is Cyan = 0, Magento = 0.50, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 91 | - |
| CMYK | 0 | 0.50 | 0.52 | 0.26 |
| HSL | 1.84º | 0.43% | 0.55% | - |
| HSV(B) | 1.84º | 0.52% | 0.74% | - |
| XYZ | 26.88 | 19.58 | 12.26 | - |
| YUV | 122.06 | 110.47 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 91 | 0 | 0.50 | 0.52 | 0.26 | 1.84 | 0.43 | 0.55 |
| Hex | BD | 5E | 5B | 0 | 32 | 34 | 1A | 2 | 2B | 37 |
| Octal | 275 | 136 | 133 | 0 | 62 | 64 | 32 | 2 | 53 | 67 |
| Binary | 10111101 | 1011110 | 1011011 | 0 | 110010 | 110100 | 11010 | 10 | 101011 | 110111 |
Color Harmonies of #BD5E5B
Complementary color
Monochromatic Colors of #BD5E5B
Black with #BD5E5B
Text Example
Text Example
White with #BD5E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E5B; }
p { color: rgb(189,94,91); }
H1.HeaderClassName
{
color: #BD5E5B;
}
.AnyTagClassName
{
color: #BD5E5B;
}
</style>
background-color css
<style>
a { background-color: #BD5E5B; }
a { background-color: rgb(189,94,91); }
div.DivClassName
{
background-color: #BD5E5B;
}
.BgClassName
{
background-color: #BD5E5B;
}
</style>
border-color css
<style>
span { border-color: #BD5E5B; }
span { border-color: rgb(189,94,91); }
td.TdClassName
{
border-color: #BD5E5B;
}
.TagClassName
{
border-color: #BD5E5B;
}
</style>