Shades of Sunset #BF5348
Tints of Sunset #BF5348
RGB
CMYK
RGB Variations
Color information
#BF5348 (or 0xBF5348) is known color: Sunset. HEX triplet: BF, 53 and 48. RGB value is (191,83,72). Sum of RGB (Red+Green+Blue) = 191+83+72=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5348 is #40ACB7. Grayscale: #727272. Windows color (decimal): -4238520 or 4740031. OLE color: 4740031.
HSL color Cylindrical-coordinate representation of color #BF5348: hue angle of 5.55º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF5348 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 72 | - |
| CMYK | 0 | 0.57 | 0.62 | 0.25 |
| HSL | 5.55º | 0.48% | 0.52% | - |
| HSV(B) | 5.55º | 0.62% | 0.75% | - |
| XYZ | 25.75 | 17.73 | 8.2 | - |
| YUV | 114.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 72 | 0 | 0.57 | 0.62 | 0.25 | 5.55 | 0.48 | 0.52 |
| Hex | BF | 53 | 48 | 0 | 39 | 3E | 19 | 6 | 30 | 34 |
| Octal | 277 | 123 | 110 | 0 | 71 | 76 | 31 | 6 | 60 | 64 |
| Binary | 10111111 | 1010011 | 1001000 | 0 | 111001 | 111110 | 11001 | 110 | 110000 | 110100 |
Color Harmonies of #BF5348
Complementary color
Monochromatic Colors of #BF5348
Black with #BF5348
Text Example
Text Example
White with #BF5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5348; }
p { color: rgb(191,83,72); }
H1.HeaderClassName
{
color: #BF5348;
}
.AnyTagClassName
{
color: #BF5348;
}
</style>
background-color css
<style>
a { background-color: #BF5348; }
a { background-color: rgb(191,83,72); }
div.DivClassName
{
background-color: #BF5348;
}
.BgClassName
{
background-color: #BF5348;
}
</style>
border-color css
<style>
span { border-color: #BF5348; }
span { border-color: rgb(191,83,72); }
td.TdClassName
{
border-color: #BF5348;
}
.TagClassName
{
border-color: #BF5348;
}
</style>