Shades of Grenadier #BD483D
Tints of Grenadier #BD483D
RGB
CMYK
RGB Variations
Color information
#BD483D (or 0xBD483D) is known color: Grenadier. HEX triplet: BD, 48 and 3D. RGB value is (189,72,61). Sum of RGB (Red+Green+Blue) = 189+72+61=322 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.70% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 189 - color contains mainly: red. Hex color #BD483D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD483D is #42B7C2. Grayscale: #696969. Windows color (decimal): -4372419 or 4016317. OLE color: 4016317.
HSL color Cylindrical-coordinate representation of color #BD483D: hue angle of 5.16º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD483D is Cyan = 0, Magento = 0.62, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 61 | - |
| CMYK | 0 | 0.62 | 0.68 | 0.26 |
| HSL | 5.16º | 0.51% | 0.49% | - |
| HSV(B) | 5.16º | 0.68% | 0.74% | - |
| XYZ | 24.15 | 15.79 | 6.19 | - |
| YUV | 105.73 | 102.76 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 61 | 0 | 0.62 | 0.68 | 0.26 | 5.16 | 0.51 | 0.49 |
| Hex | BD | 48 | 3D | 0 | 3E | 44 | 1A | 5 | 33 | 31 |
| Octal | 275 | 110 | 75 | 0 | 76 | 104 | 32 | 5 | 63 | 61 |
| Binary | 10111101 | 1001000 | 111101 | 0 | 111110 | 1000100 | 11010 | 101 | 110011 | 110001 |
Color Harmonies of #BD483D
Complementary color
Monochromatic Colors of #BD483D
Black with #BD483D
Text Example
Text Example
White with #BD483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD483D; }
p { color: rgb(189,72,61); }
H1.HeaderClassName
{
color: #BD483D;
}
.AnyTagClassName
{
color: #BD483D;
}
</style>
background-color css
<style>
a { background-color: #BD483D; }
a { background-color: rgb(189,72,61); }
div.DivClassName
{
background-color: #BD483D;
}
.BgClassName
{
background-color: #BD483D;
}
</style>
border-color css
<style>
span { border-color: #BD483D; }
span { border-color: rgb(189,72,61); }
td.TdClassName
{
border-color: #BD483D;
}
.TagClassName
{
border-color: #BD483D;
}
</style>