Shades of Tenne (Tawny) #BD5C12
Tints of Tenne (Tawny) #BD5C12
RGB
CMYK
RGB Variations
Color information
#BD5C12 (or 0xBD5C12) is known color: Tenne (Tawny). HEX triplet: BD, 5C and 12. RGB value is (189,92,18). Sum of RGB (Red+Green+Blue) = 189+92+18=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5C12 is #42A3ED. Grayscale: #707070. Windows color (decimal): -4367342 or 1203389. OLE color: 1203389.
HSL color Cylindrical-coordinate representation of color #BD5C12: hue angle of 25.96º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD5C12 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 18 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.26 |
| HSL | 25.96º | 0.83% | 0.41% | - |
| HSV(B) | 25.96º | 0.9% | 0.74% | - |
| XYZ | 24.92 | 18.52 | 2.83 | - |
| YUV | 112.57 | 74.64 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 18 | 0 | 0.51 | 0.90 | 0.26 | 25.96 | 0.83 | 0.41 |
| Hex | BD | 5C | 12 | 0 | 33 | 5A | 1A | 1A | 53 | 29 |
| Octal | 275 | 134 | 22 | 0 | 63 | 132 | 32 | 32 | 123 | 51 |
| Binary | 10111101 | 1011100 | 10010 | 0 | 110011 | 1011010 | 11010 | 11010 | 1010011 | 101001 |
Color Harmonies of #BD5C12
Complementary color
Monochromatic Colors of #BD5C12
Black with #BD5C12
Text Example
Text Example
White with #BD5C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C12; }
p { color: rgb(189,92,18); }
H1.HeaderClassName
{
color: #BD5C12;
}
.AnyTagClassName
{
color: #BD5C12;
}
</style>
background-color css
<style>
a { background-color: #BD5C12; }
a { background-color: rgb(189,92,18); }
div.DivClassName
{
background-color: #BD5C12;
}
.BgClassName
{
background-color: #BD5C12;
}
</style>
border-color css
<style>
span { border-color: #BD5C12; }
span { border-color: rgb(189,92,18); }
td.TdClassName
{
border-color: #BD5C12;
}
.TagClassName
{
border-color: #BD5C12;
}
</style>