Shades of Smoke Tree #BD5C2F
Tints of Smoke Tree #BD5C2F
RGB
CMYK
RGB Variations
Color information
#BD5C2F (or 0xBD5C2F) is known color: Smoke Tree. HEX triplet: BD, 5C and 2F. RGB value is (189,92,47). Sum of RGB (Red+Green+Blue) = 189+92+47=328 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.62% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C2F is #42A3D0. Grayscale: #747474. Windows color (decimal): -4367313 or 3103933. OLE color: 3103933.
HSL color Cylindrical-coordinate representation of color #BD5C2F: hue angle of 19.01º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD5C2F is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 47 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.26 |
| HSL | 19.01º | 0.6% | 0.46% | - |
| HSV(B) | 19.01º | 0.75% | 0.74% | - |
| XYZ | 25.33 | 18.68 | 4.96 | - |
| YUV | 115.87 | 89.14 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 47 | 0 | 0.51 | 0.75 | 0.26 | 19.01 | 0.6 | 0.46 |
| Hex | BD | 5C | 2F | 0 | 33 | 4B | 1A | 13 | 3C | 2E |
| Octal | 275 | 134 | 57 | 0 | 63 | 113 | 32 | 23 | 74 | 56 |
| Binary | 10111101 | 1011100 | 101111 | 0 | 110011 | 1001011 | 11010 | 10011 | 111100 | 101110 |
Color Harmonies of #BD5C2F
Complementary color
Monochromatic Colors of #BD5C2F
Black with #BD5C2F
Text Example
Text Example
White with #BD5C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C2F; }
p { color: rgb(189,92,47); }
H1.HeaderClassName
{
color: #BD5C2F;
}
.AnyTagClassName
{
color: #BD5C2F;
}
</style>
background-color css
<style>
a { background-color: #BD5C2F; }
a { background-color: rgb(189,92,47); }
div.DivClassName
{
background-color: #BD5C2F;
}
.BgClassName
{
background-color: #BD5C2F;
}
</style>
border-color css
<style>
span { border-color: #BD5C2F; }
span { border-color: rgb(189,92,47); }
td.TdClassName
{
border-color: #BD5C2F;
}
.TagClassName
{
border-color: #BD5C2F;
}
</style>