Shades of Smoke Tree #BD5B2C
Tints of Smoke Tree #BD5B2C
RGB
CMYK
RGB Variations
Color information
#BD5B2C (or 0xBD5B2C) is known color: Smoke Tree. HEX triplet: BD, 5B and 2C. RGB value is (189,91,44). Sum of RGB (Red+Green+Blue) = 189+91+44=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B2C is #42A4D3. Grayscale: #737373. Windows color (decimal): -4367572 or 2907069. OLE color: 2907069.
HSL color Cylindrical-coordinate representation of color #BD5B2C: hue angle of 19.45º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD5B2C is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 91 | 44 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.26 |
| HSL | 19.45º | 0.62% | 0.46% | - |
| HSV(B) | 19.45º | 0.77% | 0.74% | - |
| XYZ | 25.18 | 18.48 | 4.62 | - |
| YUV | 114.94 | 87.97 | 180.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 91 | 44 | 0 | 0.52 | 0.77 | 0.26 | 19.45 | 0.62 | 0.46 |
| Hex | BD | 5B | 2C | 0 | 34 | 4D | 1A | 13 | 3E | 2E |
| Octal | 275 | 133 | 54 | 0 | 64 | 115 | 32 | 23 | 76 | 56 |
| Binary | 10111101 | 1011011 | 101100 | 0 | 110100 | 1001101 | 11010 | 10011 | 111110 | 101110 |
Color Harmonies of #BD5B2C
Complementary color
Monochromatic Colors of #BD5B2C
Black with #BD5B2C
Text Example
Text Example
White with #BD5B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5B2C; }
p { color: rgb(189,91,44); }
H1.HeaderClassName
{
color: #BD5B2C;
}
.AnyTagClassName
{
color: #BD5B2C;
}
</style>
background-color css
<style>
a { background-color: #BD5B2C; }
a { background-color: rgb(189,91,44); }
div.DivClassName
{
background-color: #BD5B2C;
}
.BgClassName
{
background-color: #BD5B2C;
}
</style>
border-color css
<style>
span { border-color: #BD5B2C; }
span { border-color: rgb(189,91,44); }
td.TdClassName
{
border-color: #BD5B2C;
}
.TagClassName
{
border-color: #BD5B2C;
}
</style>