Shades of Fuzzy Wuzzy Brown #BC5D5C
Tints of Fuzzy Wuzzy Brown #BC5D5C
RGB
CMYK
RGB Variations
Color information
#BC5D5C (or 0xBC5D5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5D and 5C. RGB value is (188,93,92). Sum of RGB (Red+Green+Blue) = 188+93+92=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5D5C is #43A2A3. Grayscale: #797979. Windows color (decimal): -4432548 or 6053308. OLE color: 6053308.
HSL color Cylindrical-coordinate representation of color #BC5D5C: 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 #BC5D5C is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 93 | 92 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.26 |
| HSL | 0.63º | 0.42% | 0.55% | - |
| HSV(B) | 0.63º | 0.51% | 0.74% | - |
| XYZ | 26.59 | 19.29 | 12.45 | - |
| YUV | 121.29 | 111.47 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 93 | 92 | 0 | 0.51 | 0.51 | 0.26 | 0.63 | 0.42 | 0.55 |
| Hex | BC | 5D | 5C | 0 | 33 | 33 | 1A | 1 | 2A | 37 |
| Octal | 274 | 135 | 134 | 0 | 63 | 63 | 32 | 1 | 52 | 67 |
| Binary | 10111100 | 1011101 | 1011100 | 0 | 110011 | 110011 | 11010 | 1 | 101010 | 110111 |
Color Harmonies of #BC5D5C
Complementary color
Monochromatic Colors of #BC5D5C
Black with #BC5D5C
Text Example
Text Example
White with #BC5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5D5C; }
p { color: rgb(188,93,92); }
H1.HeaderClassName
{
color: #BC5D5C;
}
.AnyTagClassName
{
color: #BC5D5C;
}
</style>
background-color css
<style>
a { background-color: #BC5D5C; }
a { background-color: rgb(188,93,92); }
div.DivClassName
{
background-color: #BC5D5C;
}
.BgClassName
{
background-color: #BC5D5C;
}
</style>
border-color css
<style>
span { border-color: #BC5D5C; }
span { border-color: rgb(188,93,92); }
td.TdClassName
{
border-color: #BC5D5C;
}
.TagClassName
{
border-color: #BC5D5C;
}
</style>