Shades of Smoke Tree #BD583B
Tints of Smoke Tree #BD583B
RGB
CMYK
RGB Variations
Color information
#BD583B (or 0xBD583B) is known color: Smoke Tree. HEX triplet: BD, 58 and 3B. RGB value is (189,88,59). Sum of RGB (Red+Green+Blue) = 189+88+59=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD583B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD583B is #42A7C4. Grayscale: #737373. Windows color (decimal): -4368325 or 3889341. OLE color: 3889341.
HSL color Cylindrical-coordinate representation of color #BD583B: hue angle of 13.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD583B is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 59 | - |
| CMYK | 0 | 0.53 | 0.69 | 0.26 |
| HSL | 13.38º | 0.52% | 0.49% | - |
| HSV(B) | 13.38º | 0.69% | 0.74% | - |
| XYZ | 25.27 | 18.11 | 6.3 | - |
| YUV | 114.89 | 96.46 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 59 | 0 | 0.53 | 0.69 | 0.26 | 13.38 | 0.52 | 0.49 |
| Hex | BD | 58 | 3B | 0 | 35 | 45 | 1A | D | 34 | 31 |
| Octal | 275 | 130 | 73 | 0 | 65 | 105 | 32 | 15 | 64 | 61 |
| Binary | 10111101 | 1011000 | 111011 | 0 | 110101 | 1000101 | 11010 | 1101 | 110100 | 110001 |
Color Harmonies of #BD583B
Complementary color
Monochromatic Colors of #BD583B
Black with #BD583B
Text Example
Text Example
White with #BD583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD583B; }
p { color: rgb(189,88,59); }
H1.HeaderClassName
{
color: #BD583B;
}
.AnyTagClassName
{
color: #BD583B;
}
</style>
background-color css
<style>
a { background-color: #BD583B; }
a { background-color: rgb(189,88,59); }
div.DivClassName
{
background-color: #BD583B;
}
.BgClassName
{
background-color: #BD583B;
}
</style>
border-color css
<style>
span { border-color: #BD583B; }
span { border-color: rgb(189,88,59); }
td.TdClassName
{
border-color: #BD583B;
}
.TagClassName
{
border-color: #BD583B;
}
</style>