Shades of Fuzzy Wuzzy Brown #B65C5B
Tints of Fuzzy Wuzzy Brown #B65C5B
RGB
CMYK
RGB Variations
Color information
#B65C5B (or 0xB65C5B) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5C and 5B. RGB value is (182,92,91). Sum of RGB (Red+Green+Blue) = 182+92+91=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 91 (35.94% from 255 or 24.93% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65C5B is #49A3A4. Grayscale: #767676. Windows color (decimal): -4826021 or 5987510. OLE color: 5987510.
HSL color Cylindrical-coordinate representation of color #B65C5B: hue angle of 0.66º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B65C5B is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 91 | - |
| CMYK | 0 | 0.49 | 0.5 | 0.29 |
| HSL | 0.66º | 0.38% | 0.54% | - |
| HSV(B) | 0.66º | 0.5% | 0.71% | - |
| XYZ | 25.01 | 18.35 | 12.12 | - |
| YUV | 118.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 91 | 0 | 0.49 | 0.5 | 0.29 | 0.66 | 0.38 | 0.54 |
| Hex | B6 | 5C | 5B | 0 | 31 | 32 | 1D | 1 | 26 | 36 |
| Octal | 266 | 134 | 133 | 0 | 61 | 62 | 35 | 1 | 46 | 66 |
| Binary | 10110110 | 1011100 | 1011011 | 0 | 110001 | 110010 | 11101 | 1 | 100110 | 110110 |
Color Harmonies of #B65C5B
Complementary color
Monochromatic Colors of #B65C5B
Black with #B65C5B
Text Example
Text Example
White with #B65C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C5B; }
p { color: rgb(182,92,91); }
H1.HeaderClassName
{
color: #B65C5B;
}
.AnyTagClassName
{
color: #B65C5B;
}
</style>
background-color css
<style>
a { background-color: #B65C5B; }
a { background-color: rgb(182,92,91); }
div.DivClassName
{
background-color: #B65C5B;
}
.BgClassName
{
background-color: #B65C5B;
}
</style>
border-color css
<style>
span { border-color: #B65C5B; }
span { border-color: rgb(182,92,91); }
td.TdClassName
{
border-color: #B65C5B;
}
.TagClassName
{
border-color: #B65C5B;
}
</style>