Shades of Smoke Tree #BD582B
Tints of Smoke Tree #BD582B
RGB
CMYK
RGB Variations
Color information
#BD582B (or 0xBD582B) is known color: Smoke Tree. HEX triplet: BD, 58 and 2B. RGB value is (189,88,43). Sum of RGB (Red+Green+Blue) = 189+88+43=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 43 (17.19% from 255 or 13.44% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD582B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD582B is #42A7D4. Grayscale: #717171. Windows color (decimal): -4368341 or 2840765. OLE color: 2840765.
HSL color Cylindrical-coordinate representation of color #BD582B: hue angle of 18.49º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD582B is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 43 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.26 |
| HSL | 18.49º | 0.63% | 0.45% | - |
| HSV(B) | 18.49º | 0.77% | 0.74% | - |
| XYZ | 24.91 | 17.97 | 4.44 | - |
| YUV | 113.07 | 88.46 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 43 | 0 | 0.53 | 0.77 | 0.26 | 18.49 | 0.63 | 0.45 |
| Hex | BD | 58 | 2B | 0 | 35 | 4D | 1A | 12 | 3F | 2D |
| Octal | 275 | 130 | 53 | 0 | 65 | 115 | 32 | 22 | 77 | 55 |
| Binary | 10111101 | 1011000 | 101011 | 0 | 110101 | 1001101 | 11010 | 10010 | 111111 | 101101 |
Color Harmonies of #BD582B
Complementary color
Monochromatic Colors of #BD582B
Black with #BD582B
Text Example
Text Example
White with #BD582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD582B; }
p { color: rgb(189,88,43); }
H1.HeaderClassName
{
color: #BD582B;
}
.AnyTagClassName
{
color: #BD582B;
}
</style>
background-color css
<style>
a { background-color: #BD582B; }
a { background-color: rgb(189,88,43); }
div.DivClassName
{
background-color: #BD582B;
}
.BgClassName
{
background-color: #BD582B;
}
</style>
border-color css
<style>
span { border-color: #BD582B; }
span { border-color: rgb(189,88,43); }
td.TdClassName
{
border-color: #BD582B;
}
.TagClassName
{
border-color: #BD582B;
}
</style>