Shades of Fuzzy Wuzzy Brown #BD5D5D
Tints of Fuzzy Wuzzy Brown #BD5D5D
RGB
CMYK
RGB Variations
Color information
#BD5D5D (or 0xBD5D5D) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5D and 5D. RGB value is (189,93,93). Sum of RGB (Red+Green+Blue) = 189+93+93=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5D5D is #42A2A2. Grayscale: #797979. Windows color (decimal): -4367011 or 6118845. OLE color: 6118845.
HSL color Cylindrical-coordinate representation of color #BD5D5D: hue angle of 0º 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 #BD5D5D is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 93 | 93 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.26 |
| HSL | 0º | 0.42% | 0.55% | - |
| HSV(B) | 0º | 0.51% | 0.74% | - |
| XYZ | 26.88 | 19.44 | 12.69 | - |
| YUV | 121.7 | 111.8 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 93 | 93 | 0 | 0.51 | 0.51 | 0.26 | 0 | 0.42 | 0.55 |
| Hex | BD | 5D | 5D | 0 | 33 | 33 | 1A | 0 | 2A | 37 |
| Octal | 275 | 135 | 135 | 0 | 63 | 63 | 32 | 0 | 52 | 67 |
| Binary | 10111101 | 1011101 | 1011101 | 0 | 110011 | 110011 | 11010 | 0 | 101010 | 110111 |
Color Harmonies of #BD5D5D
Complementary color
Monochromatic Colors of #BD5D5D
Black with #BD5D5D
Text Example
Text Example
White with #BD5D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5D5D; }
p { color: rgb(189,93,93); }
H1.HeaderClassName
{
color: #BD5D5D;
}
.AnyTagClassName
{
color: #BD5D5D;
}
</style>
background-color css
<style>
a { background-color: #BD5D5D; }
a { background-color: rgb(189,93,93); }
div.DivClassName
{
background-color: #BD5D5D;
}
.BgClassName
{
background-color: #BD5D5D;
}
</style>
border-color css
<style>
span { border-color: #BD5D5D; }
span { border-color: rgb(189,93,93); }
td.TdClassName
{
border-color: #BD5D5D;
}
.TagClassName
{
border-color: #BD5D5D;
}
</style>