Shades of Fuzzy Wuzzy Brown #BD5E5C
Tints of Fuzzy Wuzzy Brown #BD5E5C
RGB
CMYK
RGB Variations
Color information
#BD5E5C (or 0xBD5E5C) is known color: Fuzzy Wuzzy Brown. HEX triplet: BD, 5E and 5C. RGB value is (189,94,92). Sum of RGB (Red+Green+Blue) = 189+94+92=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5E5C is #42A1A3. Grayscale: #7A7A7A. Windows color (decimal): -4366756 or 6053565. OLE color: 6053565.
HSL color Cylindrical-coordinate representation of color #BD5E5C: hue angle of 1.24º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5E5C is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 94 | 92 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.26 |
| HSL | 1.24º | 0.42% | 0.55% | - |
| HSV(B) | 1.24º | 0.51% | 0.74% | - |
| XYZ | 26.92 | 19.6 | 12.49 | - |
| YUV | 122.18 | 110.97 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 94 | 92 | 0 | 0.50 | 0.51 | 0.26 | 1.24 | 0.42 | 0.55 |
| Hex | BD | 5E | 5C | 0 | 32 | 33 | 1A | 1 | 2A | 37 |
| Octal | 275 | 136 | 134 | 0 | 62 | 63 | 32 | 1 | 52 | 67 |
| Binary | 10111101 | 1011110 | 1011100 | 0 | 110010 | 110011 | 11010 | 1 | 101010 | 110111 |
Color Harmonies of #BD5E5C
Complementary color
Monochromatic Colors of #BD5E5C
Black with #BD5E5C
Text Example
Text Example
White with #BD5E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5E5C; }
p { color: rgb(189,94,92); }
H1.HeaderClassName
{
color: #BD5E5C;
}
.AnyTagClassName
{
color: #BD5E5C;
}
</style>
background-color css
<style>
a { background-color: #BD5E5C; }
a { background-color: rgb(189,94,92); }
div.DivClassName
{
background-color: #BD5E5C;
}
.BgClassName
{
background-color: #BD5E5C;
}
</style>
border-color css
<style>
span { border-color: #BD5E5C; }
span { border-color: rgb(189,94,92); }
td.TdClassName
{
border-color: #BD5E5C;
}
.TagClassName
{
border-color: #BD5E5C;
}
</style>