Shades of Tenne (Tawny) #BD5C05
Tints of Tenne (Tawny) #BD5C05
RGB
CMYK
RGB Variations
Color information
#BD5C05 (or 0xBD5C05) is known color: Tenne (Tawny). HEX triplet: BD, 5C and 05. RGB value is (189,92,5). Sum of RGB (Red+Green+Blue) = 189+92+5=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 5 (2.34% from 255 or 1.75% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5C05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5C05 is #42A3FA. Grayscale: #6F6F6F. Windows color (decimal): -4367355 or 351421. OLE color: 351421.
HSL color Cylindrical-coordinate representation of color #BD5C05: hue angle of 28.37º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD5C05 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 92 | 5 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.26 |
| HSL | 28.37º | 0.95% | 0.38% | - |
| HSV(B) | 28.37º | 0.97% | 0.74% | - |
| XYZ | 24.84 | 18.48 | 2.4 | - |
| YUV | 111.09 | 68.14 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 92 | 5 | 0 | 0.51 | 0.97 | 0.26 | 28.37 | 0.95 | 0.38 |
| Hex | BD | 5C | 5 | 0 | 33 | 61 | 1A | 1C | 5F | 26 |
| Octal | 275 | 134 | 5 | 0 | 63 | 141 | 32 | 34 | 137 | 46 |
| Binary | 10111101 | 1011100 | 101 | 0 | 110011 | 1100001 | 11010 | 11100 | 1011111 | 100110 |
Color Harmonies of #BD5C05
Complementary color
Monochromatic Colors of #BD5C05
Black with #BD5C05
Text Example
Text Example
White with #BD5C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5C05; }
p { color: rgb(189,92,5); }
H1.HeaderClassName
{
color: #BD5C05;
}
.AnyTagClassName
{
color: #BD5C05;
}
</style>
background-color css
<style>
a { background-color: #BD5C05; }
a { background-color: rgb(189,92,5); }
div.DivClassName
{
background-color: #BD5C05;
}
.BgClassName
{
background-color: #BD5C05;
}
</style>
border-color css
<style>
span { border-color: #BD5C05; }
span { border-color: rgb(189,92,5); }
td.TdClassName
{
border-color: #BD5C05;
}
.TagClassName
{
border-color: #BD5C05;
}
</style>