Shades of Smoke Tree #B85C31
Tints of Smoke Tree #B85C31
RGB
CMYK
RGB Variations
Color information
#B85C31 (or 0xB85C31) is known color: Smoke Tree. HEX triplet: B8, 5C and 31. RGB value is (184,92,49). Sum of RGB (Red+Green+Blue) = 184+92+49=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B85C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B85C31 is #47A3CE. Grayscale: #727272. Windows color (decimal): -4694991 or 3235000. OLE color: 3235000.
HSL color Cylindrical-coordinate representation of color #B85C31: hue angle of 19.11º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B85C31 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 92 | 49 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.28 |
| HSL | 19.11º | 0.58% | 0.46% | - |
| HSV(B) | 19.11º | 0.73% | 0.72% | - |
| XYZ | 24.15 | 18.07 | 5.12 | - |
| YUV | 114.61 | 90.98 | 177.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 92 | 49 | 0 | 0.50 | 0.73 | 0.28 | 19.11 | 0.58 | 0.46 |
| Hex | B8 | 5C | 31 | 0 | 32 | 49 | 1C | 13 | 3A | 2E |
| Octal | 270 | 134 | 61 | 0 | 62 | 111 | 34 | 23 | 72 | 56 |
| Binary | 10111000 | 1011100 | 110001 | 0 | 110010 | 1001001 | 11100 | 10011 | 111010 | 101110 |
Color Harmonies of #B85C31
Complementary color
Monochromatic Colors of #B85C31
Black with #B85C31
Text Example
Text Example
White with #B85C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85C31; }
p { color: rgb(184,92,49); }
H1.HeaderClassName
{
color: #B85C31;
}
.AnyTagClassName
{
color: #B85C31;
}
</style>
background-color css
<style>
a { background-color: #B85C31; }
a { background-color: rgb(184,92,49); }
div.DivClassName
{
background-color: #B85C31;
}
.BgClassName
{
background-color: #B85C31;
}
</style>
border-color css
<style>
span { border-color: #B85C31; }
span { border-color: rgb(184,92,49); }
td.TdClassName
{
border-color: #B85C31;
}
.TagClassName
{
border-color: #B85C31;
}
</style>