Shades of Sunset #BD5548
Tints of Sunset #BD5548
RGB
CMYK
RGB Variations
Color information
#BD5548 (or 0xBD5548) is known color: Sunset. HEX triplet: BD, 55 and 48. RGB value is (189,85,72). Sum of RGB (Red+Green+Blue) = 189+85+72=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5548 is #42AAB7. Grayscale: #727272. Windows color (decimal): -4369080 or 4740541. OLE color: 4740541.
HSL color Cylindrical-coordinate representation of color #BD5548: hue angle of 6.67º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD5548 is Cyan = 0, Magento = 0.55, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 72 | - |
| CMYK | 0 | 0.55 | 0.62 | 0.26 |
| HSL | 6.67º | 0.47% | 0.51% | - |
| HSV(B) | 6.67º | 0.62% | 0.74% | - |
| XYZ | 25.4 | 17.78 | 8.22 | - |
| YUV | 114.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 72 | 0 | 0.55 | 0.62 | 0.26 | 6.67 | 0.47 | 0.51 |
| Hex | BD | 55 | 48 | 0 | 37 | 3E | 1A | 7 | 2F | 33 |
| Octal | 275 | 125 | 110 | 0 | 67 | 76 | 32 | 7 | 57 | 63 |
| Binary | 10111101 | 1010101 | 1001000 | 0 | 110111 | 111110 | 11010 | 111 | 101111 | 110011 |
Color Harmonies of #BD5548
Complementary color
Monochromatic Colors of #BD5548
Black with #BD5548
Text Example
Text Example
White with #BD5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5548; }
p { color: rgb(189,85,72); }
H1.HeaderClassName
{
color: #BD5548;
}
.AnyTagClassName
{
color: #BD5548;
}
</style>
background-color css
<style>
a { background-color: #BD5548; }
a { background-color: rgb(189,85,72); }
div.DivClassName
{
background-color: #BD5548;
}
.BgClassName
{
background-color: #BD5548;
}
</style>
border-color css
<style>
span { border-color: #BD5548; }
span { border-color: rgb(189,85,72); }
td.TdClassName
{
border-color: #BD5548;
}
.TagClassName
{
border-color: #BD5548;
}
</style>