Shades of Fuzzy Wuzzy Brown #B65D5A
Tints of Fuzzy Wuzzy Brown #B65D5A
RGB
CMYK
RGB Variations
Color information
#B65D5A (or 0xB65D5A) is known color: Fuzzy Wuzzy Brown. HEX triplet: B6, 5D and 5A. RGB value is (182,93,90). Sum of RGB (Red+Green+Blue) = 182+93+90=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B65D5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65D5A is #49A2A5. Grayscale: #777777. Windows color (decimal): -4825766 or 5922230. OLE color: 5922230.
HSL color Cylindrical-coordinate representation of color #B65D5A: hue angle of 1.96º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65D5A is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 93 | 90 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.29 |
| HSL | 1.96º | 0.39% | 0.53% | - |
| HSV(B) | 1.96º | 0.51% | 0.71% | - |
| XYZ | 25.05 | 18.51 | 11.93 | - |
| YUV | 119.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 93 | 90 | 0 | 0.49 | 0.51 | 0.29 | 1.96 | 0.39 | 0.53 |
| Hex | B6 | 5D | 5A | 0 | 31 | 33 | 1D | 2 | 27 | 35 |
| Octal | 266 | 135 | 132 | 0 | 61 | 63 | 35 | 2 | 47 | 65 |
| Binary | 10110110 | 1011101 | 1011010 | 0 | 110001 | 110011 | 11101 | 10 | 100111 | 110101 |
Color Harmonies of #B65D5A
Complementary color
Monochromatic Colors of #B65D5A
Black with #B65D5A
Text Example
Text Example
White with #B65D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65D5A; }
p { color: rgb(182,93,90); }
H1.HeaderClassName
{
color: #B65D5A;
}
.AnyTagClassName
{
color: #B65D5A;
}
</style>
background-color css
<style>
a { background-color: #B65D5A; }
a { background-color: rgb(182,93,90); }
div.DivClassName
{
background-color: #B65D5A;
}
.BgClassName
{
background-color: #B65D5A;
}
</style>
border-color css
<style>
span { border-color: #B65D5A; }
span { border-color: rgb(182,93,90); }
td.TdClassName
{
border-color: #B65D5A;
}
.TagClassName
{
border-color: #B65D5A;
}
</style>