Shades of Tenne (Tawny) #BC530A
Tints of Tenne (Tawny) #BC530A
RGB
CMYK
RGB Variations
Color information
#BC530A (or 0xBC530A) is known color: Tenne (Tawny). HEX triplet: BC, 53 and 0A. RGB value is (188,83,10). Sum of RGB (Red+Green+Blue) = 188+83+10=281 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.90% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 188 - color contains mainly: red. Hex color #BC530A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC530A is #43ACF5. Grayscale: #6A6A6A. Windows color (decimal): -4435190 or 676796. OLE color: 676796.
HSL color Cylindrical-coordinate representation of color #BC530A: hue angle of 24.61º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC530A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 83 | 10 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.26 |
| HSL | 24.61º | 0.9% | 0.39% | - |
| HSV(B) | 24.61º | 0.95% | 0.74% | - |
| XYZ | 23.89 | 16.9 | 2.29 | - |
| YUV | 106.07 | 73.79 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 83 | 10 | 0 | 0.56 | 0.95 | 0.26 | 24.61 | 0.9 | 0.39 |
| Hex | BC | 53 | A | 0 | 38 | 5F | 1A | 19 | 5A | 27 |
| Octal | 274 | 123 | 12 | 0 | 70 | 137 | 32 | 31 | 132 | 47 |
| Binary | 10111100 | 1010011 | 1010 | 0 | 111000 | 1011111 | 11010 | 11001 | 1011010 | 100111 |
Color Harmonies of #BC530A
Complementary color
Monochromatic Colors of #BC530A
Black with #BC530A
Text Example
Text Example
White with #BC530A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC530A; }
p { color: rgb(188,83,10); }
H1.HeaderClassName
{
color: #BC530A;
}
.AnyTagClassName
{
color: #BC530A;
}
</style>
background-color css
<style>
a { background-color: #BC530A; }
a { background-color: rgb(188,83,10); }
div.DivClassName
{
background-color: #BC530A;
}
.BgClassName
{
background-color: #BC530A;
}
</style>
border-color css
<style>
span { border-color: #BC530A; }
span { border-color: rgb(188,83,10); }
td.TdClassName
{
border-color: #BC530A;
}
.TagClassName
{
border-color: #BC530A;
}
</style>