Shades of Grenadier #BD523F
Tints of Grenadier #BD523F
RGB
CMYK
RGB Variations
Color information
#BD523F (or 0xBD523F) is known color: Grenadier. HEX triplet: BD, 52 and 3F. RGB value is (189,82,63). Sum of RGB (Red+Green+Blue) = 189+82+63=334 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.59% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 189 - color contains mainly: red. Hex color #BD523F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD523F is #42ADC0. Grayscale: #707070. Windows color (decimal): -4369857 or 4149949. OLE color: 4149949.
HSL color Cylindrical-coordinate representation of color #BD523F: hue angle of 9.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD523F is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 82 | 63 | - |
| CMYK | 0 | 0.57 | 0.67 | 0.26 |
| HSL | 9.05º | 0.5% | 0.49% | - |
| HSV(B) | 9.05º | 0.67% | 0.74% | - |
| XYZ | 24.9 | 17.21 | 6.71 | - |
| YUV | 111.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 82 | 63 | 0 | 0.57 | 0.67 | 0.26 | 9.05 | 0.5 | 0.49 |
| Hex | BD | 52 | 3F | 0 | 39 | 43 | 1A | 9 | 32 | 31 |
| Octal | 275 | 122 | 77 | 0 | 71 | 103 | 32 | 11 | 62 | 61 |
| Binary | 10111101 | 1010010 | 111111 | 0 | 111001 | 1000011 | 11010 | 1001 | 110010 | 110001 |
Color Harmonies of #BD523F
Complementary color
Monochromatic Colors of #BD523F
Black with #BD523F
Text Example
Text Example
White with #BD523F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD523F; }
p { color: rgb(189,82,63); }
H1.HeaderClassName
{
color: #BD523F;
}
.AnyTagClassName
{
color: #BD523F;
}
</style>
background-color css
<style>
a { background-color: #BD523F; }
a { background-color: rgb(189,82,63); }
div.DivClassName
{
background-color: #BD523F;
}
.BgClassName
{
background-color: #BD523F;
}
</style>
border-color css
<style>
span { border-color: #BD523F; }
span { border-color: rgb(189,82,63); }
td.TdClassName
{
border-color: #BD523F;
}
.TagClassName
{
border-color: #BD523F;
}
</style>