Shades of Fuzzy Wuzzy Brown #BD605F
Tints of Fuzzy Wuzzy Brown #BD605F
RGB
CMYK
RGB Variations
Color information
#BD605F (or 0xBD605F) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 60 and 5F. RGB value is (189,96,95). Sum of RGB (Red+Green+Blue) = 189+96+95=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD605F is #429FA0. Grayscale: #7B7B7B. Windows color (decimal): -4366241 or 6250685. OLE color: 6250685.
HSL color Cylindrical-coordinate representation of color #BD605F: hue angle of 0.64º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD605F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 95 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.26 |
| HSL | 0.64º | 0.42% | 0.56% | - |
| HSV(B) | 0.64º | 0.5% | 0.74% | - |
| XYZ | 27.23 | 20.01 | 13.25 | - |
| YUV | 123.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 95 | 0 | 0.49 | 0.50 | 0.26 | 0.64 | 0.42 | 0.56 |
| Hex | BD | 60 | 5F | 0 | 31 | 32 | 1A | 1 | 2A | 38 |
| Octal | 275 | 140 | 137 | 0 | 61 | 62 | 32 | 1 | 52 | 70 |
| Binary | 10111101 | 1100000 | 1011111 | 0 | 110001 | 110010 | 11010 | 1 | 101010 | 111000 |
Color Harmonies of #BD605F
Complementary color
Monochromatic Colors of #BD605F
Black with #BD605F
Text Example
Text Example
White with #BD605F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD605F; }
p { color: rgb(189,96,95); }
H1.HeaderClassName
{
color: #BD605F;
}
.AnyTagClassName
{
color: #BD605F;
}
</style>
background-color css
<style>
a { background-color: #BD605F; }
a { background-color: rgb(189,96,95); }
div.DivClassName
{
background-color: #BD605F;
}
.BgClassName
{
background-color: #BD605F;
}
</style>
border-color css
<style>
span { border-color: #BD605F; }
span { border-color: rgb(189,96,95); }
td.TdClassName
{
border-color: #BD605F;
}
.TagClassName
{
border-color: #BD605F;
}
</style>