Shades of Fuzzy Wuzzy Brown #B7605D
Tints of Fuzzy Wuzzy Brown #B7605D
RGB
CMYK
RGB Variations
Color information
#B7605D (or 0xB7605D) is known color: Fuzzy Wuzzy Brown. HEX triplet: B7, 60 and 5D. RGB value is (183,96,93). Sum of RGB (Red+Green+Blue) = 183+96+93=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7605D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7605D is #489FA2. Grayscale: #797979. Windows color (decimal): -4759459 or 6119607. OLE color: 6119607.
HSL color Cylindrical-coordinate representation of color #B7605D: hue angle of 2º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B7605D is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 93 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.28 |
| HSL | 2º | 0.38% | 0.54% | - |
| HSV(B) | 2º | 0.49% | 0.72% | - |
| XYZ | 25.69 | 19.22 | 12.71 | - |
| YUV | 121.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 93 | 0 | 0.48 | 0.49 | 0.28 | 2 | 0.38 | 0.54 |
| Hex | B7 | 60 | 5D | 0 | 30 | 31 | 1C | 2 | 26 | 36 |
| Octal | 267 | 140 | 135 | 0 | 60 | 61 | 34 | 2 | 46 | 66 |
| Binary | 10110111 | 1100000 | 1011101 | 0 | 110000 | 110001 | 11100 | 10 | 100110 | 110110 |
Color Harmonies of #B7605D
Complementary color
Monochromatic Colors of #B7605D
Black with #B7605D
Text Example
Text Example
White with #B7605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7605D; }
p { color: rgb(183,96,93); }
H1.HeaderClassName
{
color: #B7605D;
}
.AnyTagClassName
{
color: #B7605D;
}
</style>
background-color css
<style>
a { background-color: #B7605D; }
a { background-color: rgb(183,96,93); }
div.DivClassName
{
background-color: #B7605D;
}
.BgClassName
{
background-color: #B7605D;
}
</style>
border-color css
<style>
span { border-color: #B7605D; }
span { border-color: rgb(183,96,93); }
td.TdClassName
{
border-color: #B7605D;
}
.TagClassName
{
border-color: #B7605D;
}
</style>