Shades of Fuzzy Wuzzy Brown #BC5B5B
Tints of Fuzzy Wuzzy Brown #BC5B5B
RGB
CMYK
RGB Variations
Color information
#BC5B5B (or 0xBC5B5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: BC, 5B and 5B. RGB value is (188,91,91). Sum of RGB (Red+Green+Blue) = 188+91+91=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5B5B is #43A4A4. Grayscale: #787878. Windows color (decimal): -4433061 or 5987260. OLE color: 5987260.
HSL color Cylindrical-coordinate representation of color #BC5B5B: hue angle of 0º 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 #BC5B5B is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 91 | 91 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.26 |
| HSL | 0º | 0.42% | 0.55% | - |
| HSV(B) | 0º | 0.52% | 0.74% | - |
| XYZ | 26.37 | 18.93 | 12.16 | - |
| YUV | 120 | 111.64 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 91 | 91 | 0 | 0.52 | 0.52 | 0.26 | 0 | 0.42 | 0.55 |
| Hex | BC | 5B | 5B | 0 | 34 | 34 | 1A | 0 | 2A | 37 |
| Octal | 274 | 133 | 133 | 0 | 64 | 64 | 32 | 0 | 52 | 67 |
| Binary | 10111100 | 1011011 | 1011011 | 0 | 110100 | 110100 | 11010 | 0 | 101010 | 110111 |
Color Harmonies of #BC5B5B
Complementary color
Monochromatic Colors of #BC5B5B
Black with #BC5B5B
Text Example
Text Example
White with #BC5B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC5B5B; }
p { color: rgb(188,91,91); }
H1.HeaderClassName
{
color: #BC5B5B;
}
.AnyTagClassName
{
color: #BC5B5B;
}
</style>
background-color css
<style>
a { background-color: #BC5B5B; }
a { background-color: rgb(188,91,91); }
div.DivClassName
{
background-color: #BC5B5B;
}
.BgClassName
{
background-color: #BC5B5B;
}
</style>
border-color css
<style>
span { border-color: #BC5B5B; }
span { border-color: rgb(188,91,91); }
td.TdClassName
{
border-color: #BC5B5B;
}
.TagClassName
{
border-color: #BC5B5B;
}
</style>