Shades of Sunset #BD4E4E
Tints of Sunset #BD4E4E
RGB
CMYK
RGB Variations
Color information
#BD4E4E (or 0xBD4E4E) is known color: Sunset. HEX triplet: BD, 4E and 4E. RGB value is (189,78,78). Sum of RGB (Red+Green+Blue) = 189+78+78=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD4E4E is #42B1B1. Grayscale: #6F6F6F. Windows color (decimal): -4370866 or 5131965. OLE color: 5131965.
HSL color Cylindrical-coordinate representation of color #BD4E4E: hue angle of 0º 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 #BD4E4E is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 78 | 78 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.26 |
| HSL | 0º | 0.46% | 0.52% | - |
| HSV(B) | 0º | 0.59% | 0.74% | - |
| XYZ | 25.09 | 16.82 | 9.13 | - |
| YUV | 111.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 78 | 78 | 0 | 0.59 | 0.59 | 0.26 | 0 | 0.46 | 0.52 |
| Hex | BD | 4E | 4E | 0 | 3B | 3B | 1A | 0 | 2E | 34 |
| Octal | 275 | 116 | 116 | 0 | 73 | 73 | 32 | 0 | 56 | 64 |
| Binary | 10111101 | 1001110 | 1001110 | 0 | 111011 | 111011 | 11010 | 0 | 101110 | 110100 |
Color Harmonies of #BD4E4E
Complementary color
Monochromatic Colors of #BD4E4E
Black with #BD4E4E
Text Example
Text Example
White with #BD4E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4E4E; }
p { color: rgb(189,78,78); }
H1.HeaderClassName
{
color: #BD4E4E;
}
.AnyTagClassName
{
color: #BD4E4E;
}
</style>
background-color css
<style>
a { background-color: #BD4E4E; }
a { background-color: rgb(189,78,78); }
div.DivClassName
{
background-color: #BD4E4E;
}
.BgClassName
{
background-color: #BD4E4E;
}
</style>
border-color css
<style>
span { border-color: #BD4E4E; }
span { border-color: rgb(189,78,78); }
td.TdClassName
{
border-color: #BD4E4E;
}
.TagClassName
{
border-color: #BD4E4E;
}
</style>