Shades of Tenne (Tawny) #BD4D02
Tints of Tenne (Tawny) #BD4D02
RGB
CMYK
RGB Variations
Color information
#BD4D02 (or 0xBD4D02) is known color: Tenne (Tawny). HEX triplet: BD, 4D and 02. RGB value is (189,77,2). Sum of RGB (Red+Green+Blue) = 189+77+2=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D02 is #42B2FD. Grayscale: #666666. Windows color (decimal): -4371198 or 150973. OLE color: 150973.
HSL color Cylindrical-coordinate representation of color #BD4D02: hue angle of 24.06º 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 #BD4D02 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.26 |
| HSL | 24.06º | 0.98% | 0.37% | - |
| HSV(B) | 24.06º | 0.99% | 0.74% | - |
| XYZ | 23.65 | 16.13 | 1.92 | - |
| YUV | 101.94 | 71.61 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 2 | 0 | 0.59 | 0.99 | 0.26 | 24.06 | 0.98 | 0.37 |
| Hex | BD | 4D | 2 | 0 | 3B | 63 | 1A | 18 | 62 | 25 |
| Octal | 275 | 115 | 2 | 0 | 73 | 143 | 32 | 30 | 142 | 45 |
| Binary | 10111101 | 1001101 | 10 | 0 | 111011 | 1100011 | 11010 | 11000 | 1100010 | 100101 |
Color Harmonies of #BD4D02
Complementary color
Monochromatic Colors of #BD4D02
Black with #BD4D02
Text Example
Text Example
White with #BD4D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D02; }
p { color: rgb(189,77,2); }
H1.HeaderClassName
{
color: #BD4D02;
}
.AnyTagClassName
{
color: #BD4D02;
}
</style>
background-color css
<style>
a { background-color: #BD4D02; }
a { background-color: rgb(189,77,2); }
div.DivClassName
{
background-color: #BD4D02;
}
.BgClassName
{
background-color: #BD4D02;
}
</style>
border-color css
<style>
span { border-color: #BD4D02; }
span { border-color: rgb(189,77,2); }
td.TdClassName
{
border-color: #BD4D02;
}
.TagClassName
{
border-color: #BD4D02;
}
</style>