Shades of Sunset #B8564F
Tints of Sunset #B8564F
RGB
CMYK
RGB Variations
Color information
#B8564F (or 0xB8564F) is known color: Sunset. HEX triplet: B8, 56 and 4F. RGB value is (184,86,79). Sum of RGB (Red+Green+Blue) = 184+86+79=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8564F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8564F is #47A9B0. Grayscale: #727272. Windows color (decimal): -4696497 or 5199544. OLE color: 5199544.
HSL color Cylindrical-coordinate representation of color #B8564F: hue angle of 4º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B8564F is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 79 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.28 |
| HSL | 4º | 0.43% | 0.52% | - |
| HSV(B) | 4º | 0.57% | 0.72% | - |
| XYZ | 24.51 | 17.41 | 9.47 | - |
| YUV | 114.5 | 107.97 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 79 | 0 | 0.53 | 0.57 | 0.28 | 4 | 0.43 | 0.52 |
| Hex | B8 | 56 | 4F | 0 | 35 | 39 | 1C | 4 | 2B | 34 |
| Octal | 270 | 126 | 117 | 0 | 65 | 71 | 34 | 4 | 53 | 64 |
| Binary | 10111000 | 1010110 | 1001111 | 0 | 110101 | 111001 | 11100 | 100 | 101011 | 110100 |
Color Harmonies of #B8564F
Complementary color
Monochromatic Colors of #B8564F
Black with #B8564F
Text Example
Text Example
White with #B8564F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8564F; }
p { color: rgb(184,86,79); }
H1.HeaderClassName
{
color: #B8564F;
}
.AnyTagClassName
{
color: #B8564F;
}
</style>
background-color css
<style>
a { background-color: #B8564F; }
a { background-color: rgb(184,86,79); }
div.DivClassName
{
background-color: #B8564F;
}
.BgClassName
{
background-color: #B8564F;
}
</style>
border-color css
<style>
span { border-color: #B8564F; }
span { border-color: rgb(184,86,79); }
td.TdClassName
{
border-color: #B8564F;
}
.TagClassName
{
border-color: #B8564F;
}
</style>