Shades of Sunset #B95351
Tints of Sunset #B95351
RGB
CMYK
RGB Variations
Color information
#B95351 (or 0xB95351) is known color: Sunset. HEX triplet: B9, 53 and 51. RGB value is (185,83,81). Sum of RGB (Red+Green+Blue) = 185+83+81=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B95351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95351 is #46ACAE. Grayscale: #717171. Windows color (decimal): -4631727 or 5329849. OLE color: 5329849.
HSL color Cylindrical-coordinate representation of color #B95351: hue angle of 1.15º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95351 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 83 | 81 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.27 |
| HSL | 1.15º | 0.43% | 0.52% | - |
| HSV(B) | 1.15º | 0.56% | 0.73% | - |
| XYZ | 24.59 | 17.09 | 9.79 | - |
| YUV | 113.27 | 109.79 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 83 | 81 | 0 | 0.55 | 0.56 | 0.27 | 1.15 | 0.43 | 0.52 |
| Hex | B9 | 53 | 51 | 0 | 37 | 38 | 1B | 1 | 2B | 34 |
| Octal | 271 | 123 | 121 | 0 | 67 | 70 | 33 | 1 | 53 | 64 |
| Binary | 10111001 | 1010011 | 1010001 | 0 | 110111 | 111000 | 11011 | 1 | 101011 | 110100 |
Color Harmonies of #B95351
Complementary color
Monochromatic Colors of #B95351
Black with #B95351
Text Example
Text Example
White with #B95351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95351; }
p { color: rgb(185,83,81); }
H1.HeaderClassName
{
color: #B95351;
}
.AnyTagClassName
{
color: #B95351;
}
</style>
background-color css
<style>
a { background-color: #B95351; }
a { background-color: rgb(185,83,81); }
div.DivClassName
{
background-color: #B95351;
}
.BgClassName
{
background-color: #B95351;
}
</style>
border-color css
<style>
span { border-color: #B95351; }
span { border-color: rgb(185,83,81); }
td.TdClassName
{
border-color: #B95351;
}
.TagClassName
{
border-color: #B95351;
}
</style>