Shades of Sunset #BD534E
Tints of Sunset #BD534E
RGB
CMYK
RGB Variations
Color information
#BD534E (or 0xBD534E) is known color: Sunset. HEX triplet: BD, 53 and 4E. RGB value is (189,83,78). Sum of RGB (Red+Green+Blue) = 189+83+78=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 78 (30.86% from 255 or 22.29% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD534E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD534E is #42ACB1. Grayscale: #727272. Windows color (decimal): -4369586 or 5133245. OLE color: 5133245.
HSL color Cylindrical-coordinate representation of color #BD534E: hue angle of 2.7º 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 #BD534E is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 78 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.26 |
| HSL | 2.7º | 0.46% | 0.52% | - |
| HSV(B) | 2.7º | 0.59% | 0.74% | - |
| XYZ | 25.45 | 17.56 | 9.25 | - |
| YUV | 114.12 | 107.62 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 78 | 0 | 0.56 | 0.59 | 0.26 | 2.7 | 0.46 | 0.52 |
| Hex | BD | 53 | 4E | 0 | 38 | 3B | 1A | 3 | 2E | 34 |
| Octal | 275 | 123 | 116 | 0 | 70 | 73 | 32 | 3 | 56 | 64 |
| Binary | 10111101 | 1010011 | 1001110 | 0 | 111000 | 111011 | 11010 | 11 | 101110 | 110100 |
Color Harmonies of #BD534E
Complementary color
Monochromatic Colors of #BD534E
Black with #BD534E
Text Example
Text Example
White with #BD534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD534E; }
p { color: rgb(189,83,78); }
H1.HeaderClassName
{
color: #BD534E;
}
.AnyTagClassName
{
color: #BD534E;
}
</style>
background-color css
<style>
a { background-color: #BD534E; }
a { background-color: rgb(189,83,78); }
div.DivClassName
{
background-color: #BD534E;
}
.BgClassName
{
background-color: #BD534E;
}
</style>
border-color css
<style>
span { border-color: #BD534E; }
span { border-color: rgb(189,83,78); }
td.TdClassName
{
border-color: #BD534E;
}
.TagClassName
{
border-color: #BD534E;
}
</style>