Shades of Tenne (Tawny) #BD670D
Tints of Tenne (Tawny) #BD670D
RGB
CMYK
RGB Variations
Color information
#BD670D (or 0xBD670D) is known color: Tenne (Tawny). HEX triplet: BD, 67 and 0D. RGB value is (189,103,13). Sum of RGB (Red+Green+Blue) = 189+103+13=305 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.97% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 13 (5.47% from 255 or 4.26% from 305); Max value from RGB is 189 - color contains mainly: red. Hex color #BD670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD670D is #4298F2. Grayscale: #767676. Windows color (decimal): -4364531 or 878525. OLE color: 878525.
HSL color Cylindrical-coordinate representation of color #BD670D: hue angle of 30.68º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD670D is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 103 | 13 | - |
| CMYK | 0 | 0.46 | 0.93 | 0.26 |
| HSL | 30.68º | 0.87% | 0.4% | - |
| HSV(B) | 30.68º | 0.93% | 0.74% | - |
| XYZ | 25.91 | 20.55 | 2.98 | - |
| YUV | 118.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 13 | 0 | 0.46 | 0.93 | 0.26 | 30.68 | 0.87 | 0.4 |
| Hex | BD | 67 | D | 0 | 2E | 5D | 1A | 1F | 57 | 28 |
| Octal | 275 | 147 | 15 | 0 | 56 | 135 | 32 | 37 | 127 | 50 |
| Binary | 10111101 | 1100111 | 1101 | 0 | 101110 | 1011101 | 11010 | 11111 | 1010111 | 101000 |
Color Harmonies of #BD670D
Complementary color
Monochromatic Colors of #BD670D
Black with #BD670D
Text Example
Text Example
White with #BD670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD670D; }
p { color: rgb(189,103,13); }
H1.HeaderClassName
{
color: #BD670D;
}
.AnyTagClassName
{
color: #BD670D;
}
</style>
background-color css
<style>
a { background-color: #BD670D; }
a { background-color: rgb(189,103,13); }
div.DivClassName
{
background-color: #BD670D;
}
.BgClassName
{
background-color: #BD670D;
}
</style>
border-color css
<style>
span { border-color: #BD670D; }
span { border-color: rgb(189,103,13); }
td.TdClassName
{
border-color: #BD670D;
}
.TagClassName
{
border-color: #BD670D;
}
</style>