Shades of Fuzzy Wuzzy Brown #BC5B5A
Tints of Fuzzy Wuzzy Brown #BC5B5A
RGB
CMYK
RGB Variations
Color information
#BC5B5A (or 0xBC5B5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5B and 5A. RGB value is (188,91,90). Sum of RGB (Red+Green+Blue) = 188+91+90=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B5A is #43A4A5. Grayscale: #777777. Windows color (decimal): -4433062 or 5921724. OLE color: 5921724.
HSL color Cylindrical-coordinate representation of color #BC5B5A: hue angle of 0.61º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC5B5A is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 90 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.26 |
| HSL | 0.61º | 0.42% | 0.55% | - |
| HSV(B) | 0.61º | 0.52% | 0.74% | - |
| XYZ | 26.33 | 18.91 | 11.94 | - |
| YUV | 119.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 90 | 0 | 0.52 | 0.52 | 0.26 | 0.61 | 0.42 | 0.55 |
| Hex | BC | 5B | 5A | 0 | 34 | 34 | 1A | 1 | 2A | 37 |
| Octal | 274 | 133 | 132 | 0 | 64 | 64 | 32 | 1 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1011010 | 0 | 110100 | 110100 | 11010 | 1 | 101010 | 110111 |
Color Harmonies of #BC5B5A
Complementary color
Monochromatic Colors of #BC5B5A
Black with #BC5B5A
Text Example
Text Example
White with #BC5B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B5A; }
p { color: rgb(188,91,90); }
H1.HeaderClassName
{
color: #BC5B5A;
}
.AnyTagClassName
{
color: #BC5B5A;
}
</style>
background-color css
<style>
a { background-color: #BC5B5A; }
a { background-color: rgb(188,91,90); }
div.DivClassName
{
background-color: #BC5B5A;
}
.BgClassName
{
background-color: #BC5B5A;
}
</style>
border-color css
<style>
span { border-color: #BC5B5A; }
span { border-color: rgb(188,91,90); }
td.TdClassName
{
border-color: #BC5B5A;
}
.TagClassName
{
border-color: #BC5B5A;
}
</style>