Shades of Tenne (Tawny) #BD580C
Tints of Tenne (Tawny) #BD580C
RGB
CMYK
RGB Variations
Color information
#BD580C (or 0xBD580C) is known color: Tenne (Tawny). HEX triplet: BD, 58 and 0C. RGB value is (189,88,12). Sum of RGB (Red+Green+Blue) = 189+88+12=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD580C is #42A7F3. Grayscale: #6D6D6D. Windows color (decimal): -4368372 or 809149. OLE color: 809149.
HSL color Cylindrical-coordinate representation of color #BD580C: hue angle of 25.76º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD580C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 88 | 12 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.26 |
| HSL | 25.76º | 0.88% | 0.39% | - |
| HSV(B) | 25.76º | 0.94% | 0.74% | - |
| XYZ | 24.54 | 17.82 | 2.49 | - |
| YUV | 109.54 | 72.96 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 88 | 12 | 0 | 0.53 | 0.94 | 0.26 | 25.76 | 0.88 | 0.39 |
| Hex | BD | 58 | C | 0 | 35 | 5E | 1A | 1A | 58 | 27 |
| Octal | 275 | 130 | 14 | 0 | 65 | 136 | 32 | 32 | 130 | 47 |
| Binary | 10111101 | 1011000 | 1100 | 0 | 110101 | 1011110 | 11010 | 11010 | 1011000 | 100111 |
Color Harmonies of #BD580C
Complementary color
Monochromatic Colors of #BD580C
Black with #BD580C
Text Example
Text Example
White with #BD580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD580C; }
p { color: rgb(189,88,12); }
H1.HeaderClassName
{
color: #BD580C;
}
.AnyTagClassName
{
color: #BD580C;
}
</style>
background-color css
<style>
a { background-color: #BD580C; }
a { background-color: rgb(189,88,12); }
div.DivClassName
{
background-color: #BD580C;
}
.BgClassName
{
background-color: #BD580C;
}
</style>
border-color css
<style>
span { border-color: #BD580C; }
span { border-color: rgb(189,88,12); }
td.TdClassName
{
border-color: #BD580C;
}
.TagClassName
{
border-color: #BD580C;
}
</style>