Shades of Fuzzy Wuzzy Brown #BC605F
Tints of Fuzzy Wuzzy Brown #BC605F
RGB
CMYK
RGB Variations
Color information
#BC605F (or 0xBC605F) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 60 and 5F. RGB value is (188,96,95). Sum of RGB (Red+Green+Blue) = 188+96+95=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC605F is #439FA0. Grayscale: #7B7B7B. Windows color (decimal): -4431777 or 6250684. OLE color: 6250684.
HSL color Cylindrical-coordinate representation of color #BC605F: hue angle of 0.65º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC605F is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 95 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.26 |
| HSL | 0.65º | 0.41% | 0.55% | - |
| HSV(B) | 0.65º | 0.49% | 0.74% | - |
| XYZ | 26.99 | 19.88 | 13.24 | - |
| YUV | 123.39 | 111.98 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 95 | 0 | 0.49 | 0.49 | 0.26 | 0.65 | 0.41 | 0.55 |
| Hex | BC | 60 | 5F | 0 | 31 | 31 | 1A | 1 | 29 | 37 |
| Octal | 274 | 140 | 137 | 0 | 61 | 61 | 32 | 1 | 51 | 67 |
| Binary | 10111100 | 1100000 | 1011111 | 0 | 110001 | 110001 | 11010 | 1 | 101001 | 110111 |
Color Harmonies of #BC605F
Complementary color
Monochromatic Colors of #BC605F
Black with #BC605F
Text Example
Text Example
White with #BC605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC605F; }
p { color: rgb(188,96,95); }
H1.HeaderClassName
{
color: #BC605F;
}
.AnyTagClassName
{
color: #BC605F;
}
</style>
background-color css
<style>
a { background-color: #BC605F; }
a { background-color: rgb(188,96,95); }
div.DivClassName
{
background-color: #BC605F;
}
.BgClassName
{
background-color: #BC605F;
}
</style>
border-color css
<style>
span { border-color: #BC605F; }
span { border-color: rgb(188,96,95); }
td.TdClassName
{
border-color: #BC605F;
}
.TagClassName
{
border-color: #BC605F;
}
</style>