Shades of Sunset #BD5446
Tints of Sunset #BD5446
RGB
CMYK
RGB Variations
Color information
#BD5446 (or 0xBD5446) is known color: Sunset. HEX triplet: BD, 54 and 46. RGB value is (189,84,70). Sum of RGB (Red+Green+Blue) = 189+84+70=343 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.10% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 70 (27.73% from 255 or 20.41% from 343); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5446 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5446 is #42ABB9. Grayscale: #717171. Windows color (decimal): -4369338 or 4609213. OLE color: 4609213.
HSL color Cylindrical-coordinate representation of color #BD5446: hue angle of 7.06º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD5446 is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 84 | 70 | - |
| CMYK | 0 | 0.56 | 0.63 | 0.26 |
| HSL | 7.06º | 0.47% | 0.51% | - |
| HSV(B) | 7.06º | 0.63% | 0.74% | - |
| XYZ | 25.26 | 17.6 | 7.86 | - |
| YUV | 113.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 84 | 70 | 0 | 0.56 | 0.63 | 0.26 | 7.06 | 0.47 | 0.51 |
| Hex | BD | 54 | 46 | 0 | 38 | 3F | 1A | 7 | 2F | 33 |
| Octal | 275 | 124 | 106 | 0 | 70 | 77 | 32 | 7 | 57 | 63 |
| Binary | 10111101 | 1010100 | 1000110 | 0 | 111000 | 111111 | 11010 | 111 | 101111 | 110011 |
Color Harmonies of #BD5446
Complementary color
Monochromatic Colors of #BD5446
Black with #BD5446
Text Example
Text Example
White with #BD5446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5446; }
p { color: rgb(189,84,70); }
H1.HeaderClassName
{
color: #BD5446;
}
.AnyTagClassName
{
color: #BD5446;
}
</style>
background-color css
<style>
a { background-color: #BD5446; }
a { background-color: rgb(189,84,70); }
div.DivClassName
{
background-color: #BD5446;
}
.BgClassName
{
background-color: #BD5446;
}
</style>
border-color css
<style>
span { border-color: #BD5446; }
span { border-color: rgb(189,84,70); }
td.TdClassName
{
border-color: #BD5446;
}
.TagClassName
{
border-color: #BD5446;
}
</style>