Shades of Sunset #BD4E4D
Tints of Sunset #BD4E4D
RGB
CMYK
RGB Variations
Color information
#BD4E4D (or 0xBD4E4D) is known color: Sunset. HEX triplet: BD, 4E and 4D. RGB value is (189,78,77). Sum of RGB (Red+Green+Blue) = 189+78+77=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 77 (30.47% from 255 or 22.38% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E4D is #42B1B2. Grayscale: #6F6F6F. Windows color (decimal): -4370867 or 5066429. OLE color: 5066429.
HSL color Cylindrical-coordinate representation of color #BD4E4D: hue angle of 0.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BD4E4D is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 77 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.26 |
| HSL | 0.54º | 0.46% | 0.52% | - |
| HSV(B) | 0.54º | 0.59% | 0.74% | - |
| XYZ | 25.05 | 16.8 | 8.94 | - |
| YUV | 111.08 | 108.77 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 77 | 0 | 0.59 | 0.59 | 0.26 | 0.54 | 0.46 | 0.52 |
| Hex | BD | 4E | 4D | 0 | 3B | 3B | 1A | 1 | 2E | 34 |
| Octal | 275 | 116 | 115 | 0 | 73 | 73 | 32 | 1 | 56 | 64 |
| Binary | 10111101 | 1001110 | 1001101 | 0 | 111011 | 111011 | 11010 | 1 | 101110 | 110100 |
Color Harmonies of #BD4E4D
Complementary color
Monochromatic Colors of #BD4E4D
Black with #BD4E4D
Text Example
Text Example
White with #BD4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E4D; }
p { color: rgb(189,78,77); }
H1.HeaderClassName
{
color: #BD4E4D;
}
.AnyTagClassName
{
color: #BD4E4D;
}
</style>
background-color css
<style>
a { background-color: #BD4E4D; }
a { background-color: rgb(189,78,77); }
div.DivClassName
{
background-color: #BD4E4D;
}
.BgClassName
{
background-color: #BD4E4D;
}
</style>
border-color css
<style>
span { border-color: #BD4E4D; }
span { border-color: rgb(189,78,77); }
td.TdClassName
{
border-color: #BD4E4D;
}
.TagClassName
{
border-color: #BD4E4D;
}
</style>