Shades of Tenne (Tawny) #B85D02
Tints of Tenne (Tawny) #B85D02
RGB
CMYK
RGB Variations
Color information
#B85D02 (or 0xB85D02) is known color: Tenne (Tawny). HEX triplet: B8, 5D and 02. RGB value is (184,93,2). Sum of RGB (Red+Green+Blue) = 184+93+2=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B85D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85D02 is #47A2FD. Grayscale: #6E6E6E. Windows color (decimal): -4694782 or 155064. OLE color: 155064.
HSL color Cylindrical-coordinate representation of color #B85D02: hue angle of 30º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B85D02 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 93 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.28 |
| HSL | 30º | 0.98% | 0.36% | - |
| HSV(B) | 30º | 0.99% | 0.72% | - |
| XYZ | 23.69 | 18.02 | 2.29 | - |
| YUV | 109.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 93 | 2 | 0 | 0.49 | 0.99 | 0.28 | 30 | 0.98 | 0.36 |
| Hex | B8 | 5D | 2 | 0 | 31 | 63 | 1C | 1E | 62 | 24 |
| Octal | 270 | 135 | 2 | 0 | 61 | 143 | 34 | 36 | 142 | 44 |
| Binary | 10111000 | 1011101 | 10 | 0 | 110001 | 1100011 | 11100 | 11110 | 1100010 | 100100 |
Color Harmonies of #B85D02
Complementary color
Monochromatic Colors of #B85D02
Black with #B85D02
Text Example
Text Example
White with #B85D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85D02; }
p { color: rgb(184,93,2); }
H1.HeaderClassName
{
color: #B85D02;
}
.AnyTagClassName
{
color: #B85D02;
}
</style>
background-color css
<style>
a { background-color: #B85D02; }
a { background-color: rgb(184,93,2); }
div.DivClassName
{
background-color: #B85D02;
}
.BgClassName
{
background-color: #B85D02;
}
</style>
border-color css
<style>
span { border-color: #B85D02; }
span { border-color: rgb(184,93,2); }
td.TdClassName
{
border-color: #B85D02;
}
.TagClassName
{
border-color: #B85D02;
}
</style>