Shades of Fuzzy Wuzzy Brown #B7605F
Tints of Fuzzy Wuzzy Brown #B7605F
RGB
CMYK
RGB Variations
Color information
#B7605F (or 0xB7605F) is known color: Fuzzy Wuzzy Brown. HEX triplet: B7, 60 and 5F. RGB value is (183,96,95). Sum of RGB (Red+Green+Blue) = 183+96+95=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B7605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7605F is #489FA0. Grayscale: #797979. Windows color (decimal): -4759457 or 6250679. OLE color: 6250679.
HSL color Cylindrical-coordinate representation of color #B7605F: hue angle of 0.68º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B7605F is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 96 | 95 | - |
| CMYK | 0 | 0.48 | 0.48 | 0.28 |
| HSL | 0.68º | 0.38% | 0.55% | - |
| HSV(B) | 0.68º | 0.48% | 0.72% | - |
| XYZ | 25.78 | 19.26 | 13.19 | - |
| YUV | 121.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 96 | 95 | 0 | 0.48 | 0.48 | 0.28 | 0.68 | 0.38 | 0.55 |
| Hex | B7 | 60 | 5F | 0 | 30 | 30 | 1C | 1 | 26 | 37 |
| Octal | 267 | 140 | 137 | 0 | 60 | 60 | 34 | 1 | 46 | 67 |
| Binary | 10110111 | 1100000 | 1011111 | 0 | 110000 | 110000 | 11100 | 1 | 100110 | 110111 |
Color Harmonies of #B7605F
Complementary color
Monochromatic Colors of #B7605F
Black with #B7605F
Text Example
Text Example
White with #B7605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7605F; }
p { color: rgb(183,96,95); }
H1.HeaderClassName
{
color: #B7605F;
}
.AnyTagClassName
{
color: #B7605F;
}
</style>
background-color css
<style>
a { background-color: #B7605F; }
a { background-color: rgb(183,96,95); }
div.DivClassName
{
background-color: #B7605F;
}
.BgClassName
{
background-color: #B7605F;
}
</style>
border-color css
<style>
span { border-color: #B7605F; }
span { border-color: rgb(183,96,95); }
td.TdClassName
{
border-color: #B7605F;
}
.TagClassName
{
border-color: #B7605F;
}
</style>