Shades of Tenne (Tawny) #BD6002
Tints of Tenne (Tawny) #BD6002
RGB
CMYK
RGB Variations
Color information
#BD6002 (or 0xBD6002) is known color: Tenne (Tawny). HEX triplet: BD, 60 and 02. RGB value is (189,96,2). Sum of RGB (Red+Green+Blue) = 189+96+2=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6002 is #429FFD. Grayscale: #717171. Windows color (decimal): -4366334 or 155837. OLE color: 155837.
HSL color Cylindrical-coordinate representation of color #BD6002: hue angle of 30.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD6002 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 96 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.26 |
| HSL | 30.16º | 0.98% | 0.37% | - |
| HSV(B) | 30.16º | 0.99% | 0.74% | - |
| XYZ | 25.18 | 19.19 | 2.43 | - |
| YUV | 113.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 96 | 2 | 0 | 0.49 | 0.99 | 0.26 | 30.16 | 0.98 | 0.37 |
| Hex | BD | 60 | 2 | 0 | 31 | 63 | 1A | 1E | 62 | 25 |
| Octal | 275 | 140 | 2 | 0 | 61 | 143 | 32 | 36 | 142 | 45 |
| Binary | 10111101 | 1100000 | 10 | 0 | 110001 | 1100011 | 11010 | 11110 | 1100010 | 100101 |
Color Harmonies of #BD6002
Complementary color
Monochromatic Colors of #BD6002
Black with #BD6002
Text Example
Text Example
White with #BD6002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD6002; }
p { color: rgb(189,96,2); }
H1.HeaderClassName
{
color: #BD6002;
}
.AnyTagClassName
{
color: #BD6002;
}
</style>
background-color css
<style>
a { background-color: #BD6002; }
a { background-color: rgb(189,96,2); }
div.DivClassName
{
background-color: #BD6002;
}
.BgClassName
{
background-color: #BD6002;
}
</style>
border-color css
<style>
span { border-color: #BD6002; }
span { border-color: rgb(189,96,2); }
td.TdClassName
{
border-color: #BD6002;
}
.TagClassName
{
border-color: #BD6002;
}
</style>