Shades of Fuzzy Wuzzy Brown #BE5D5C
Tints of Fuzzy Wuzzy Brown #BE5D5C
RGB
CMYK
RGB Variations
Color information
#BE5D5C (or 0xBE5D5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: BE, 5D and 5C. RGB value is (190,93,92). Sum of RGB (Red+Green+Blue) = 190+93+92=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D5C is #41A2A3. Grayscale: #797979. Windows color (decimal): -4301476 or 6053310. OLE color: 6053310.
HSL color Cylindrical-coordinate representation of color #BE5D5C: hue angle of 0.61º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5D5C is Cyan = 0, Magento = 0.51, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 93 | 92 | - |
| CMYK | 0 | 0.51 | 0.52 | 0.25 |
| HSL | 0.61º | 0.43% | 0.55% | - |
| HSV(B) | 0.61º | 0.52% | 0.75% | - |
| XYZ | 27.08 | 19.55 | 12.47 | - |
| YUV | 121.89 | 111.14 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 93 | 92 | 0 | 0.51 | 0.52 | 0.25 | 0.61 | 0.43 | 0.55 |
| Hex | BE | 5D | 5C | 0 | 33 | 34 | 19 | 1 | 2B | 37 |
| Octal | 276 | 135 | 134 | 0 | 63 | 64 | 31 | 1 | 53 | 67 |
| Binary | 10111110 | 1011101 | 1011100 | 0 | 110011 | 110100 | 11001 | 1 | 101011 | 110111 |
Color Harmonies of #BE5D5C
Complementary color
Monochromatic Colors of #BE5D5C
Black with #BE5D5C
Text Example
Text Example
White with #BE5D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE5D5C; }
p { color: rgb(190,93,92); }
H1.HeaderClassName
{
color: #BE5D5C;
}
.AnyTagClassName
{
color: #BE5D5C;
}
</style>
background-color css
<style>
a { background-color: #BE5D5C; }
a { background-color: rgb(190,93,92); }
div.DivClassName
{
background-color: #BE5D5C;
}
.BgClassName
{
background-color: #BE5D5C;
}
</style>
border-color css
<style>
span { border-color: #BE5D5C; }
span { border-color: rgb(190,93,92); }
td.TdClassName
{
border-color: #BE5D5C;
}
.TagClassName
{
border-color: #BE5D5C;
}
</style>