Shades of Tenne (Tawny) #BD5C0A
Tints of Tenne (Tawny) #BD5C0A
RGB
CMYK
RGB Variations
Color information
#BD5C0A (or 0xBD5C0A) is known color: Tenne (Tawny). HEX triplet: BD, 5C and 0A. RGB value is (189,92,10). Sum of RGB (Red+Green+Blue) = 189+92+10=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5C0A is #42A3F5. Grayscale: #707070. Windows color (decimal): -4367350 or 679101. OLE color: 679101.
HSL color Cylindrical-coordinate representation of color #BD5C0A: hue angle of 27.49º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD5C0A is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 10 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.26 |
| HSL | 27.49º | 0.9% | 0.39% | - |
| HSV(B) | 27.49º | 0.95% | 0.74% | - |
| XYZ | 24.87 | 18.5 | 2.55 | - |
| YUV | 111.66 | 70.64 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 10 | 0 | 0.51 | 0.95 | 0.26 | 27.49 | 0.9 | 0.39 |
| Hex | BD | 5C | A | 0 | 33 | 5F | 1A | 1B | 5A | 27 |
| Octal | 275 | 134 | 12 | 0 | 63 | 137 | 32 | 33 | 132 | 47 |
| Binary | 10111101 | 1011100 | 1010 | 0 | 110011 | 1011111 | 11010 | 11011 | 1011010 | 100111 |
Color Harmonies of #BD5C0A
Complementary color
Monochromatic Colors of #BD5C0A
Black with #BD5C0A
Text Example
Text Example
White with #BD5C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C0A; }
p { color: rgb(189,92,10); }
H1.HeaderClassName
{
color: #BD5C0A;
}
.AnyTagClassName
{
color: #BD5C0A;
}
</style>
background-color css
<style>
a { background-color: #BD5C0A; }
a { background-color: rgb(189,92,10); }
div.DivClassName
{
background-color: #BD5C0A;
}
.BgClassName
{
background-color: #BD5C0A;
}
</style>
border-color css
<style>
span { border-color: #BD5C0A; }
span { border-color: rgb(189,92,10); }
td.TdClassName
{
border-color: #BD5C0A;
}
.TagClassName
{
border-color: #BD5C0A;
}
</style>