Shades of Grenadier #BD483B
Tints of Grenadier #BD483B
RGB
CMYK
RGB Variations
Color information
#BD483B (or 0xBD483B) is known color: Grenadier. HEX triplet: BD, 48 and 3B. RGB value is (189,72,59). Sum of RGB (Red+Green+Blue) = 189+72+59=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD483B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD483B is #42B7C4. Grayscale: #696969. Windows color (decimal): -4372421 or 3885245. OLE color: 3885245.
HSL color Cylindrical-coordinate representation of color #BD483B: hue angle of 6º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD483B is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 59 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.26 |
| HSL | 6º | 0.52% | 0.49% | - |
| HSV(B) | 6º | 0.69% | 0.74% | - |
| XYZ | 24.09 | 15.77 | 5.91 | - |
| YUV | 105.5 | 101.76 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 59 | 0 | 0.62 | 0.69 | 0.26 | 6 | 0.52 | 0.49 |
| Hex | BD | 48 | 3B | 0 | 3E | 45 | 1A | 6 | 34 | 31 |
| Octal | 275 | 110 | 73 | 0 | 76 | 105 | 32 | 6 | 64 | 61 |
| Binary | 10111101 | 1001000 | 111011 | 0 | 111110 | 1000101 | 11010 | 110 | 110100 | 110001 |
Color Harmonies of #BD483B
Complementary color
Monochromatic Colors of #BD483B
Black with #BD483B
Text Example
Text Example
White with #BD483B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD483B; }
p { color: rgb(189,72,59); }
H1.HeaderClassName
{
color: #BD483B;
}
.AnyTagClassName
{
color: #BD483B;
}
</style>
background-color css
<style>
a { background-color: #BD483B; }
a { background-color: rgb(189,72,59); }
div.DivClassName
{
background-color: #BD483B;
}
.BgClassName
{
background-color: #BD483B;
}
</style>
border-color css
<style>
span { border-color: #BD483B; }
span { border-color: rgb(189,72,59); }
td.TdClassName
{
border-color: #BD483B;
}
.TagClassName
{
border-color: #BD483B;
}
</style>