Shades of Fuzzy Wuzzy Brown #BC5E5C
Tints of Fuzzy Wuzzy Brown #BC5E5C
RGB
CMYK
RGB Variations
Color information
#BC5E5C (or 0xBC5E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5E and 5C. RGB value is (188,94,92). Sum of RGB (Red+Green+Blue) = 188+94+92=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5E5C is #43A1A3. Grayscale: #797979. Windows color (decimal): -4432292 or 6053564. OLE color: 6053564.
HSL color Cylindrical-coordinate representation of color #BC5E5C: hue angle of 1.25º 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 #BC5E5C is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 94 | 92 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.26 |
| HSL | 1.25º | 0.42% | 0.55% | - |
| HSV(B) | 1.25º | 0.51% | 0.74% | - |
| XYZ | 26.67 | 19.47 | 12.48 | - |
| YUV | 121.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 94 | 92 | 0 | 0.50 | 0.51 | 0.26 | 1.25 | 0.42 | 0.55 |
| Hex | BC | 5E | 5C | 0 | 32 | 33 | 1A | 1 | 2A | 37 |
| Octal | 274 | 136 | 134 | 0 | 62 | 63 | 32 | 1 | 52 | 67 |
| Binary | 10111100 | 1011110 | 1011100 | 0 | 110010 | 110011 | 11010 | 1 | 101010 | 110111 |
Color Harmonies of #BC5E5C
Complementary color
Monochromatic Colors of #BC5E5C
Black with #BC5E5C
Text Example
Text Example
White with #BC5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5E5C; }
p { color: rgb(188,94,92); }
H1.HeaderClassName
{
color: #BC5E5C;
}
.AnyTagClassName
{
color: #BC5E5C;
}
</style>
background-color css
<style>
a { background-color: #BC5E5C; }
a { background-color: rgb(188,94,92); }
div.DivClassName
{
background-color: #BC5E5C;
}
.BgClassName
{
background-color: #BC5E5C;
}
</style>
border-color css
<style>
span { border-color: #BC5E5C; }
span { border-color: rgb(188,94,92); }
td.TdClassName
{
border-color: #BC5E5C;
}
.TagClassName
{
border-color: #BC5E5C;
}
</style>