Shades of Sunset #BF534B
Tints of Sunset #BF534B
RGB
CMYK
RGB Variations
Color information
#BF534B (or 0xBF534B) is known color: Sunset. HEX triplet: BF, 53 and 4B. RGB value is (191,83,75). Sum of RGB (Red+Green+Blue) = 191+83+75=349 (46% of max value = 765). Red value is 191 (75% from 255 or 54.73% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 75 (29.69% from 255 or 21.49% from 349); Max value from RGB is 191 - color contains mainly: red. Hex color #BF534B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF534B is #40ACB4. Grayscale: #727272. Windows color (decimal): -4238517 or 4936639. OLE color: 4936639.
HSL color Cylindrical-coordinate representation of color #BF534B: hue angle of 4.14º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF534B is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 75 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.25 |
| HSL | 4.14º | 0.48% | 0.52% | - |
| HSV(B) | 4.14º | 0.61% | 0.75% | - |
| XYZ | 25.85 | 17.77 | 8.72 | - |
| YUV | 114.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 75 | 0 | 0.57 | 0.61 | 0.25 | 4.14 | 0.48 | 0.52 |
| Hex | BF | 53 | 4B | 0 | 39 | 3D | 19 | 4 | 30 | 34 |
| Octal | 277 | 123 | 113 | 0 | 71 | 75 | 31 | 4 | 60 | 64 |
| Binary | 10111111 | 1010011 | 1001011 | 0 | 111001 | 111101 | 11001 | 100 | 110000 | 110100 |
Color Harmonies of #BF534B
Complementary color
Monochromatic Colors of #BF534B
Black with #BF534B
Text Example
Text Example
White with #BF534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF534B; }
p { color: rgb(191,83,75); }
H1.HeaderClassName
{
color: #BF534B;
}
.AnyTagClassName
{
color: #BF534B;
}
</style>
background-color css
<style>
a { background-color: #BF534B; }
a { background-color: rgb(191,83,75); }
div.DivClassName
{
background-color: #BF534B;
}
.BgClassName
{
background-color: #BF534B;
}
</style>
border-color css
<style>
span { border-color: #BF534B; }
span { border-color: rgb(191,83,75); }
td.TdClassName
{
border-color: #BF534B;
}
.TagClassName
{
border-color: #BF534B;
}
</style>