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