Shades of Smoke Tree #B75E2F
Tints of Smoke Tree #B75E2F
RGB
CMYK
RGB Variations
Color information
#B75E2F (or 0xB75E2F) is known color: Smoke Tree. HEX triplet: B7, 5E and 2F. RGB value is (183,94,47). Sum of RGB (Red+Green+Blue) = 183+94+47=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 47 (18.75% from 255 or 14.51% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E2F is #48A1D0. Grayscale: #737373. Windows color (decimal): -4760017 or 3104439. OLE color: 3104439.
HSL color Cylindrical-coordinate representation of color #B75E2F: hue angle of 20.74º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B75E2F is Cyan = 0, Magento = 0.49, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 47 | - |
| CMYK | 0 | 0.49 | 0.74 | 0.28 |
| HSL | 20.74º | 0.59% | 0.45% | - |
| HSV(B) | 20.74º | 0.74% | 0.72% | - |
| XYZ | 24.04 | 18.28 | 4.95 | - |
| YUV | 115.25 | 89.49 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 47 | 0 | 0.49 | 0.74 | 0.28 | 20.74 | 0.59 | 0.45 |
| Hex | B7 | 5E | 2F | 0 | 31 | 4A | 1C | 15 | 3B | 2D |
| Octal | 267 | 136 | 57 | 0 | 61 | 112 | 34 | 25 | 73 | 55 |
| Binary | 10110111 | 1011110 | 101111 | 0 | 110001 | 1001010 | 11100 | 10101 | 111011 | 101101 |
Color Harmonies of #B75E2F
Complementary color
Monochromatic Colors of #B75E2F
Black with #B75E2F
Text Example
Text Example
White with #B75E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E2F; }
p { color: rgb(183,94,47); }
H1.HeaderClassName
{
color: #B75E2F;
}
.AnyTagClassName
{
color: #B75E2F;
}
</style>
background-color css
<style>
a { background-color: #B75E2F; }
a { background-color: rgb(183,94,47); }
div.DivClassName
{
background-color: #B75E2F;
}
.BgClassName
{
background-color: #B75E2F;
}
</style>
border-color css
<style>
span { border-color: #B75E2F; }
span { border-color: rgb(183,94,47); }
td.TdClassName
{
border-color: #B75E2F;
}
.TagClassName
{
border-color: #B75E2F;
}
</style>