Shades of Fuzzy Wuzzy Brown #BC605E
Tints of Fuzzy Wuzzy Brown #BC605E
RGB
CMYK
RGB Variations
Color information
#BC605E (or 0xBC605E) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 60 and 5E. RGB value is (188,96,94). Sum of RGB (Red+Green+Blue) = 188+96+94=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC605E is #439FA1. Grayscale: #7B7B7B. Windows color (decimal): -4431778 or 6185148. OLE color: 6185148.
HSL color Cylindrical-coordinate representation of color #BC605E: hue angle of 1.28º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC605E is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 94 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.26 |
| HSL | 1.28º | 0.41% | 0.55% | - |
| HSV(B) | 1.28º | 0.5% | 0.74% | - |
| XYZ | 26.94 | 19.87 | 13 | - |
| YUV | 123.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 94 | 0 | 0.49 | 0.50 | 0.26 | 1.28 | 0.41 | 0.55 |
| Hex | BC | 60 | 5E | 0 | 31 | 32 | 1A | 1 | 29 | 37 |
| Octal | 274 | 140 | 136 | 0 | 61 | 62 | 32 | 1 | 51 | 67 |
| Binary | 10111100 | 1100000 | 1011110 | 0 | 110001 | 110010 | 11010 | 1 | 101001 | 110111 |
Color Harmonies of #BC605E
Complementary color
Monochromatic Colors of #BC605E
Black with #BC605E
Text Example
Text Example
White with #BC605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC605E; }
p { color: rgb(188,96,94); }
H1.HeaderClassName
{
color: #BC605E;
}
.AnyTagClassName
{
color: #BC605E;
}
</style>
background-color css
<style>
a { background-color: #BC605E; }
a { background-color: rgb(188,96,94); }
div.DivClassName
{
background-color: #BC605E;
}
.BgClassName
{
background-color: #BC605E;
}
</style>
border-color css
<style>
span { border-color: #BC605E; }
span { border-color: rgb(188,96,94); }
td.TdClassName
{
border-color: #BC605E;
}
.TagClassName
{
border-color: #BC605E;
}
</style>