Shades of Smoke Tree #BD683A
Tints of Smoke Tree #BD683A
RGB
CMYK
RGB Variations
Color information
#BD683A (or 0xBD683A) is known color: Smoke Tree. HEX triplet: BD, 68 and 3A. RGB value is (189,104,58). Sum of RGB (Red+Green+Blue) = 189+104+58=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD683A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD683A is #4297C5. Grayscale: #7C7C7C. Windows color (decimal): -4364230 or 3827901. OLE color: 3827901.
HSL color Cylindrical-coordinate representation of color #BD683A: hue angle of 21.07º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BD683A is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 104 | 58 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.26 |
| HSL | 21.07º | 0.53% | 0.48% | - |
| HSV(B) | 21.07º | 0.69% | 0.74% | - |
| XYZ | 26.7 | 21.02 | 6.65 | - |
| YUV | 124.17 | 90.66 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 58 | 0 | 0.45 | 0.69 | 0.26 | 21.07 | 0.53 | 0.48 |
| Hex | BD | 68 | 3A | 0 | 2D | 45 | 1A | 15 | 35 | 30 |
| Octal | 275 | 150 | 72 | 0 | 55 | 105 | 32 | 25 | 65 | 60 |
| Binary | 10111101 | 1101000 | 111010 | 0 | 101101 | 1000101 | 11010 | 10101 | 110101 | 110000 |
Color Harmonies of #BD683A
Complementary color
Monochromatic Colors of #BD683A
Black with #BD683A
Text Example
Text Example
White with #BD683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD683A; }
p { color: rgb(189,104,58); }
H1.HeaderClassName
{
color: #BD683A;
}
.AnyTagClassName
{
color: #BD683A;
}
</style>
background-color css
<style>
a { background-color: #BD683A; }
a { background-color: rgb(189,104,58); }
div.DivClassName
{
background-color: #BD683A;
}
.BgClassName
{
background-color: #BD683A;
}
</style>
border-color css
<style>
span { border-color: #BD683A; }
span { border-color: rgb(189,104,58); }
td.TdClassName
{
border-color: #BD683A;
}
.TagClassName
{
border-color: #BD683A;
}
</style>