Shades of Fuzzy Wuzzy Brown #BD5E5D
Tints of Fuzzy Wuzzy Brown #BD5E5D
RGB
CMYK
RGB Variations
Color information
#BD5E5D (or 0xBD5E5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5E and 5D. RGB value is (189,94,93). Sum of RGB (Red+Green+Blue) = 189+94+93=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E5D is #42A1A2. Grayscale: #7A7A7A. Windows color (decimal): -4366755 or 6119101. OLE color: 6119101.
HSL color Cylindrical-coordinate representation of color #BD5E5D: hue angle of 0.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5E5D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 93 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.26 |
| HSL | 0.63º | 0.42% | 0.55% | - |
| HSV(B) | 0.63º | 0.51% | 0.74% | - |
| XYZ | 26.96 | 19.61 | 12.72 | - |
| YUV | 122.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 93 | 0 | 0.50 | 0.51 | 0.26 | 0.63 | 0.42 | 0.55 |
| Hex | BD | 5E | 5D | 0 | 32 | 33 | 1A | 1 | 2A | 37 |
| Octal | 275 | 136 | 135 | 0 | 62 | 63 | 32 | 1 | 52 | 67 |
| Binary | 10111101 | 1011110 | 1011101 | 0 | 110010 | 110011 | 11010 | 1 | 101010 | 110111 |
Color Harmonies of #BD5E5D
Complementary color
Monochromatic Colors of #BD5E5D
Black with #BD5E5D
Text Example
Text Example
White with #BD5E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E5D; }
p { color: rgb(189,94,93); }
H1.HeaderClassName
{
color: #BD5E5D;
}
.AnyTagClassName
{
color: #BD5E5D;
}
</style>
background-color css
<style>
a { background-color: #BD5E5D; }
a { background-color: rgb(189,94,93); }
div.DivClassName
{
background-color: #BD5E5D;
}
.BgClassName
{
background-color: #BD5E5D;
}
</style>
border-color css
<style>
span { border-color: #BD5E5D; }
span { border-color: rgb(189,94,93); }
td.TdClassName
{
border-color: #BD5E5D;
}
.TagClassName
{
border-color: #BD5E5D;
}
</style>