Shades of Smoke Tree #BF5A30
Tints of Smoke Tree #BF5A30
RGB
CMYK
RGB Variations
Color information
#BF5A30 (or 0xBF5A30) is known color: Smoke Tree. HEX triplet: BF, 5A and 30. RGB value is (191,90,48). Sum of RGB (Red+Green+Blue) = 191+90+48=329 (43% of max value = 765). Red value is 191 (75% from 255 or 58.05% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5A30 is #40A5CF. Grayscale: #737373. Windows color (decimal): -4236752 or 3168959. OLE color: 3168959.
HSL color Cylindrical-coordinate representation of color #BF5A30: hue angle of 17.62º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF5A30 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 90 | 48 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.25 |
| HSL | 17.62º | 0.6% | 0.47% | - |
| HSV(B) | 17.62º | 0.75% | 0.75% | - |
| XYZ | 25.68 | 18.6 | 5.03 | - |
| YUV | 115.41 | 89.96 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 90 | 48 | 0 | 0.53 | 0.75 | 0.25 | 17.62 | 0.6 | 0.47 |
| Hex | BF | 5A | 30 | 0 | 35 | 4B | 19 | 12 | 3C | 2F |
| Octal | 277 | 132 | 60 | 0 | 65 | 113 | 31 | 22 | 74 | 57 |
| Binary | 10111111 | 1011010 | 110000 | 0 | 110101 | 1001011 | 11001 | 10010 | 111100 | 101111 |
Color Harmonies of #BF5A30
Complementary color
Monochromatic Colors of #BF5A30
Black with #BF5A30
Text Example
Text Example
White with #BF5A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5A30; }
p { color: rgb(191,90,48); }
H1.HeaderClassName
{
color: #BF5A30;
}
.AnyTagClassName
{
color: #BF5A30;
}
</style>
background-color css
<style>
a { background-color: #BF5A30; }
a { background-color: rgb(191,90,48); }
div.DivClassName
{
background-color: #BF5A30;
}
.BgClassName
{
background-color: #BF5A30;
}
</style>
border-color css
<style>
span { border-color: #BF5A30; }
span { border-color: rgb(191,90,48); }
td.TdClassName
{
border-color: #BF5A30;
}
.TagClassName
{
border-color: #BF5A30;
}
</style>