Shades of Sunset #BD5348
Tints of Sunset #BD5348
RGB
CMYK
RGB Variations
Color information
#BD5348 (or 0xBD5348) is known color: Sunset. HEX triplet: BD, 53 and 48. RGB value is (189,83,72). Sum of RGB (Red+Green+Blue) = 189+83+72=344 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.94% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5348 is #42ACB7. Grayscale: #717171. Windows color (decimal): -4369592 or 4740029. OLE color: 4740029.
HSL color Cylindrical-coordinate representation of color #BD5348: hue angle of 5.64º 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 #BD5348 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 72 | - |
| CMYK | 0 | 0.56 | 0.62 | 0.26 |
| HSL | 5.64º | 0.47% | 0.51% | - |
| HSV(B) | 5.64º | 0.62% | 0.74% | - |
| XYZ | 25.25 | 17.47 | 8.17 | - |
| YUV | 113.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 72 | 0 | 0.56 | 0.62 | 0.26 | 5.64 | 0.47 | 0.51 |
| Hex | BD | 53 | 48 | 0 | 38 | 3E | 1A | 6 | 2F | 33 |
| Octal | 275 | 123 | 110 | 0 | 70 | 76 | 32 | 6 | 57 | 63 |
| Binary | 10111101 | 1010011 | 1001000 | 0 | 111000 | 111110 | 11010 | 110 | 101111 | 110011 |
Color Harmonies of #BD5348
Complementary color
Monochromatic Colors of #BD5348
Black with #BD5348
Text Example
Text Example
White with #BD5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5348; }
p { color: rgb(189,83,72); }
H1.HeaderClassName
{
color: #BD5348;
}
.AnyTagClassName
{
color: #BD5348;
}
</style>
background-color css
<style>
a { background-color: #BD5348; }
a { background-color: rgb(189,83,72); }
div.DivClassName
{
background-color: #BD5348;
}
.BgClassName
{
background-color: #BD5348;
}
</style>
border-color css
<style>
span { border-color: #BD5348; }
span { border-color: rgb(189,83,72); }
td.TdClassName
{
border-color: #BD5348;
}
.TagClassName
{
border-color: #BD5348;
}
</style>