Shades of Smoke Tree #BD5C2D
Tints of Smoke Tree #BD5C2D
RGB
CMYK
RGB Variations
Color information
#BD5C2D (or 0xBD5C2D) is known color: Smoke Tree. HEX triplet: BD, 5C and 2D. RGB value is (189,92,45). Sum of RGB (Red+Green+Blue) = 189+92+45=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 45 (17.97% from 255 or 13.80% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5C2D is #42A3D2. Grayscale: #737373. Windows color (decimal): -4367315 or 2972861. OLE color: 2972861.
HSL color Cylindrical-coordinate representation of color #BD5C2D: hue angle of 19.58º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD5C2D is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 45 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.26 |
| HSL | 19.58º | 0.62% | 0.46% | - |
| HSV(B) | 19.58º | 0.76% | 0.74% | - |
| XYZ | 25.29 | 18.66 | 4.75 | - |
| YUV | 115.65 | 88.14 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 45 | 0 | 0.51 | 0.76 | 0.26 | 19.58 | 0.62 | 0.46 |
| Hex | BD | 5C | 2D | 0 | 33 | 4C | 1A | 14 | 3E | 2E |
| Octal | 275 | 134 | 55 | 0 | 63 | 114 | 32 | 24 | 76 | 56 |
| Binary | 10111101 | 1011100 | 101101 | 0 | 110011 | 1001100 | 11010 | 10100 | 111110 | 101110 |
Color Harmonies of #BD5C2D
Complementary color
Monochromatic Colors of #BD5C2D
Black with #BD5C2D
Text Example
Text Example
White with #BD5C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C2D; }
p { color: rgb(189,92,45); }
H1.HeaderClassName
{
color: #BD5C2D;
}
.AnyTagClassName
{
color: #BD5C2D;
}
</style>
background-color css
<style>
a { background-color: #BD5C2D; }
a { background-color: rgb(189,92,45); }
div.DivClassName
{
background-color: #BD5C2D;
}
.BgClassName
{
background-color: #BD5C2D;
}
</style>
border-color css
<style>
span { border-color: #BD5C2D; }
span { border-color: rgb(189,92,45); }
td.TdClassName
{
border-color: #BD5C2D;
}
.TagClassName
{
border-color: #BD5C2D;
}
</style>