Shades of Sunset #B9574D
Tints of Sunset #B9574D
RGB
CMYK
RGB Variations
Color information
#B9574D (or 0xB9574D) is known color: Sunset. HEX triplet: B9, 57 and 4D. RGB value is (185,87,77). Sum of RGB (Red+Green+Blue) = 185+87+77=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 87 (34.38% from 255 or 24.93% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9574D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9574D is #46A8B2. Grayscale: #737373. Windows color (decimal): -4630707 or 5068729. OLE color: 5068729.
HSL color Cylindrical-coordinate representation of color #B9574D: hue angle of 5.56º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9574D is Cyan = 0, Magento = 0.53, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 87 | 77 | - |
| CMYK | 0 | 0.53 | 0.58 | 0.27 |
| HSL | 5.56º | 0.44% | 0.51% | - |
| HSV(B) | 5.56º | 0.58% | 0.73% | - |
| XYZ | 24.76 | 17.67 | 9.13 | - |
| YUV | 115.16 | 106.47 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 87 | 77 | 0 | 0.53 | 0.58 | 0.27 | 5.56 | 0.44 | 0.51 |
| Hex | B9 | 57 | 4D | 0 | 35 | 3A | 1B | 6 | 2C | 33 |
| Octal | 271 | 127 | 115 | 0 | 65 | 72 | 33 | 6 | 54 | 63 |
| Binary | 10111001 | 1010111 | 1001101 | 0 | 110101 | 111010 | 11011 | 110 | 101100 | 110011 |
Color Harmonies of #B9574D
Complementary color
Monochromatic Colors of #B9574D
Black with #B9574D
Text Example
Text Example
White with #B9574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9574D; }
p { color: rgb(185,87,77); }
H1.HeaderClassName
{
color: #B9574D;
}
.AnyTagClassName
{
color: #B9574D;
}
</style>
background-color css
<style>
a { background-color: #B9574D; }
a { background-color: rgb(185,87,77); }
div.DivClassName
{
background-color: #B9574D;
}
.BgClassName
{
background-color: #B9574D;
}
</style>
border-color css
<style>
span { border-color: #B9574D; }
span { border-color: rgb(185,87,77); }
td.TdClassName
{
border-color: #B9574D;
}
.TagClassName
{
border-color: #B9574D;
}
</style>