Shades of Smoke Tree #BD613D
Tints of Smoke Tree #BD613D
RGB
CMYK
RGB Variations
Color information
#BD613D (or 0xBD613D) is known color: Smoke Tree. HEX triplet: BD, 61 and 3D. RGB value is (189,97,61). Sum of RGB (Red+Green+Blue) = 189+97+61=347 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.47% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 189 - color contains mainly: red. Hex color #BD613D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD613D is #429EC2. Grayscale: #787878. Windows color (decimal): -4366019 or 4022717. OLE color: 4022717.
HSL color Cylindrical-coordinate representation of color #BD613D: hue angle of 16.88º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD613D is Cyan = 0, Magento = 0.49, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 97 | 61 | - |
| CMYK | 0 | 0.49 | 0.68 | 0.26 |
| HSL | 16.88º | 0.51% | 0.49% | - |
| HSV(B) | 16.88º | 0.68% | 0.74% | - |
| XYZ | 26.1 | 19.71 | 6.84 | - |
| YUV | 120.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 97 | 61 | 0 | 0.49 | 0.68 | 0.26 | 16.88 | 0.51 | 0.49 |
| Hex | BD | 61 | 3D | 0 | 31 | 44 | 1A | 11 | 33 | 31 |
| Octal | 275 | 141 | 75 | 0 | 61 | 104 | 32 | 21 | 63 | 61 |
| Binary | 10111101 | 1100001 | 111101 | 0 | 110001 | 1000100 | 11010 | 10001 | 110011 | 110001 |
Color Harmonies of #BD613D
Complementary color
Monochromatic Colors of #BD613D
Black with #BD613D
Text Example
Text Example
White with #BD613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD613D; }
p { color: rgb(189,97,61); }
H1.HeaderClassName
{
color: #BD613D;
}
.AnyTagClassName
{
color: #BD613D;
}
</style>
background-color css
<style>
a { background-color: #BD613D; }
a { background-color: rgb(189,97,61); }
div.DivClassName
{
background-color: #BD613D;
}
.BgClassName
{
background-color: #BD613D;
}
</style>
border-color css
<style>
span { border-color: #BD613D; }
span { border-color: rgb(189,97,61); }
td.TdClassName
{
border-color: #BD613D;
}
.TagClassName
{
border-color: #BD613D;
}
</style>