Shades of Smoke Tree #BD653B
Tints of Smoke Tree #BD653B
RGB
CMYK
RGB Variations
Color information
#BD653B (or 0xBD653B) is known color: Smoke Tree. HEX triplet: BD, 65 and 3B. RGB value is (189,101,59). Sum of RGB (Red+Green+Blue) = 189+101+59=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD653B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD653B is #429AC4. Grayscale: #7A7A7A. Windows color (decimal): -4364997 or 3892669. OLE color: 3892669.
HSL color Cylindrical-coordinate representation of color #BD653B: hue angle of 19.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 #BD653B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 101 | 59 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.26 |
| HSL | 19.38º | 0.52% | 0.49% | - |
| HSV(B) | 19.38º | 0.69% | 0.74% | - |
| XYZ | 26.43 | 20.44 | 6.69 | - |
| YUV | 122.52 | 92.15 | 175.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 59 | 0 | 0.47 | 0.69 | 0.26 | 19.38 | 0.52 | 0.49 |
| Hex | BD | 65 | 3B | 0 | 2F | 45 | 1A | 13 | 34 | 31 |
| Octal | 275 | 145 | 73 | 0 | 57 | 105 | 32 | 23 | 64 | 61 |
| Binary | 10111101 | 1100101 | 111011 | 0 | 101111 | 1000101 | 11010 | 10011 | 110100 | 110001 |
Color Harmonies of #BD653B
Complementary color
Monochromatic Colors of #BD653B
Black with #BD653B
Text Example
Text Example
White with #BD653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD653B; }
p { color: rgb(189,101,59); }
H1.HeaderClassName
{
color: #BD653B;
}
.AnyTagClassName
{
color: #BD653B;
}
</style>
background-color css
<style>
a { background-color: #BD653B; }
a { background-color: rgb(189,101,59); }
div.DivClassName
{
background-color: #BD653B;
}
.BgClassName
{
background-color: #BD653B;
}
</style>
border-color css
<style>
span { border-color: #BD653B; }
span { border-color: rgb(189,101,59); }
td.TdClassName
{
border-color: #BD653B;
}
.TagClassName
{
border-color: #BD653B;
}
</style>