Shades of Smoke Tree #BD673E
Tints of Smoke Tree #BD673E
RGB
CMYK
RGB Variations
Color information
#BD673E (or 0xBD673E) is known color: Smoke Tree. HEX triplet: BD, 67 and 3E. RGB value is (189,103,62). Sum of RGB (Red+Green+Blue) = 189+103+62=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 62 (24.61% from 255 or 17.51% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD673E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD673E is #4298C1. Grayscale: #7C7C7C. Windows color (decimal): -4364482 or 4089789. OLE color: 4089789.
HSL color Cylindrical-coordinate representation of color #BD673E: hue angle of 19.37º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD673E is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 62 | - |
| CMYK | 0 | 0.46 | 0.67 | 0.26 |
| HSL | 19.37º | 0.51% | 0.49% | - |
| HSV(B) | 19.37º | 0.67% | 0.74% | - |
| XYZ | 26.71 | 20.87 | 7.18 | - |
| YUV | 124.04 | 92.99 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 62 | 0 | 0.46 | 0.67 | 0.26 | 19.37 | 0.51 | 0.49 |
| Hex | BD | 67 | 3E | 0 | 2E | 43 | 1A | 13 | 33 | 31 |
| Octal | 275 | 147 | 76 | 0 | 56 | 103 | 32 | 23 | 63 | 61 |
| Binary | 10111101 | 1100111 | 111110 | 0 | 101110 | 1000011 | 11010 | 10011 | 110011 | 110001 |
Color Harmonies of #BD673E
Complementary color
Monochromatic Colors of #BD673E
Black with #BD673E
Text Example
Text Example
White with #BD673E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD673E; }
p { color: rgb(189,103,62); }
H1.HeaderClassName
{
color: #BD673E;
}
.AnyTagClassName
{
color: #BD673E;
}
</style>
background-color css
<style>
a { background-color: #BD673E; }
a { background-color: rgb(189,103,62); }
div.DivClassName
{
background-color: #BD673E;
}
.BgClassName
{
background-color: #BD673E;
}
</style>
border-color css
<style>
span { border-color: #BD673E; }
span { border-color: rgb(189,103,62); }
td.TdClassName
{
border-color: #BD673E;
}
.TagClassName
{
border-color: #BD673E;
}
</style>