Shades of Sunset #BF5344
Tints of Sunset #BF5344
RGB
CMYK
RGB Variations
Color information
#BF5344 (or 0xBF5344) is known color: Sunset. HEX triplet: BF, 53 and 44. RGB value is (191,83,68). Sum of RGB (Red+Green+Blue) = 191+83+68=342 (45% of max value = 765). Red value is 191 (75% from 255 or 55.85% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5344 is #40ACBB. Grayscale: #717171. Windows color (decimal): -4238524 or 4477887. OLE color: 4477887.
HSL color Cylindrical-coordinate representation of color #BF5344: hue angle of 7.32º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF5344 is Cyan = 0, Magento = 0.57, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 68 | - |
| CMYK | 0 | 0.57 | 0.64 | 0.25 |
| HSL | 7.32º | 0.49% | 0.51% | - |
| HSV(B) | 7.32º | 0.64% | 0.75% | - |
| XYZ | 25.62 | 17.68 | 7.53 | - |
| YUV | 113.58 | 102.28 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 68 | 0 | 0.57 | 0.64 | 0.25 | 7.32 | 0.49 | 0.51 |
| Hex | BF | 53 | 44 | 0 | 39 | 40 | 19 | 7 | 31 | 33 |
| Octal | 277 | 123 | 104 | 0 | 71 | 100 | 31 | 7 | 61 | 63 |
| Binary | 10111111 | 1010011 | 1000100 | 0 | 111001 | 1000000 | 11001 | 111 | 110001 | 110011 |
Color Harmonies of #BF5344
Complementary color
Monochromatic Colors of #BF5344
Black with #BF5344
Text Example
Text Example
White with #BF5344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5344; }
p { color: rgb(191,83,68); }
H1.HeaderClassName
{
color: #BF5344;
}
.AnyTagClassName
{
color: #BF5344;
}
</style>
background-color css
<style>
a { background-color: #BF5344; }
a { background-color: rgb(191,83,68); }
div.DivClassName
{
background-color: #BF5344;
}
.BgClassName
{
background-color: #BF5344;
}
</style>
border-color css
<style>
span { border-color: #BF5344; }
span { border-color: rgb(191,83,68); }
td.TdClassName
{
border-color: #BF5344;
}
.TagClassName
{
border-color: #BF5344;
}
</style>