Shades of Fuzzy Wuzzy Brown #B95A52
Tints of Fuzzy Wuzzy Brown #B95A52
RGB
CMYK
RGB Variations
Color information
#B95A52 (or 0xB95A52) is known color: Fuzzy Wuzzy Brown. HEX triplet: B9, 5A and 52. RGB value is (185,90,82). Sum of RGB (Red+Green+Blue) = 185+90+82=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B95A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95A52 is #46A5AD. Grayscale: #757575. Windows color (decimal): -4629934 or 5397177. OLE color: 5397177.
HSL color Cylindrical-coordinate representation of color #B95A52: hue angle of 4.66º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95A52 is Cyan = 0, Magento = 0.51, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 90 | 82 | - |
| CMYK | 0 | 0.51 | 0.56 | 0.27 |
| HSL | 4.66º | 0.42% | 0.52% | - |
| HSV(B) | 4.66º | 0.56% | 0.73% | - |
| XYZ | 25.19 | 18.24 | 10.18 | - |
| YUV | 117.49 | 107.97 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 90 | 82 | 0 | 0.51 | 0.56 | 0.27 | 4.66 | 0.42 | 0.52 |
| Hex | B9 | 5A | 52 | 0 | 33 | 38 | 1B | 5 | 2A | 34 |
| Octal | 271 | 132 | 122 | 0 | 63 | 70 | 33 | 5 | 52 | 64 |
| Binary | 10111001 | 1011010 | 1010010 | 0 | 110011 | 111000 | 11011 | 101 | 101010 | 110100 |
Color Harmonies of #B95A52
Complementary color
Monochromatic Colors of #B95A52
Black with #B95A52
Text Example
Text Example
White with #B95A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95A52; }
p { color: rgb(185,90,82); }
H1.HeaderClassName
{
color: #B95A52;
}
.AnyTagClassName
{
color: #B95A52;
}
</style>
background-color css
<style>
a { background-color: #B95A52; }
a { background-color: rgb(185,90,82); }
div.DivClassName
{
background-color: #B95A52;
}
.BgClassName
{
background-color: #B95A52;
}
</style>
border-color css
<style>
span { border-color: #B95A52; }
span { border-color: rgb(185,90,82); }
td.TdClassName
{
border-color: #B95A52;
}
.TagClassName
{
border-color: #B95A52;
}
</style>