Shades of Tenne (Tawny) #BD530B
Tints of Tenne (Tawny) #BD530B
RGB
CMYK
RGB Variations
Color information
#BD530B (or 0xBD530B) is known color: Tenne (Tawny). HEX triplet: BD, 53 and 0B. RGB value is (189,83,11). Sum of RGB (Red+Green+Blue) = 189+83+11=283 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.78% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 189 - color contains mainly: red. Hex color #BD530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD530B is #42ACF4. Grayscale: #6A6A6A. Windows color (decimal): -4369653 or 742333. OLE color: 742333.
HSL color Cylindrical-coordinate representation of color #BD530B: hue angle of 24.27º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD530B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 11 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.26 |
| HSL | 24.27º | 0.89% | 0.39% | - |
| HSV(B) | 24.27º | 0.94% | 0.74% | - |
| XYZ | 24.14 | 17.03 | 2.33 | - |
| YUV | 106.49 | 74.12 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 11 | 0 | 0.56 | 0.94 | 0.26 | 24.27 | 0.89 | 0.39 |
| Hex | BD | 53 | B | 0 | 38 | 5E | 1A | 18 | 59 | 27 |
| Octal | 275 | 123 | 13 | 0 | 70 | 136 | 32 | 30 | 131 | 47 |
| Binary | 10111101 | 1010011 | 1011 | 0 | 111000 | 1011110 | 11010 | 11000 | 1011001 | 100111 |
Color Harmonies of #BD530B
Complementary color
Monochromatic Colors of #BD530B
Black with #BD530B
Text Example
Text Example
White with #BD530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD530B; }
p { color: rgb(189,83,11); }
H1.HeaderClassName
{
color: #BD530B;
}
.AnyTagClassName
{
color: #BD530B;
}
</style>
background-color css
<style>
a { background-color: #BD530B; }
a { background-color: rgb(189,83,11); }
div.DivClassName
{
background-color: #BD530B;
}
.BgClassName
{
background-color: #BD530B;
}
</style>
border-color css
<style>
span { border-color: #BD530B; }
span { border-color: rgb(189,83,11); }
td.TdClassName
{
border-color: #BD530B;
}
.TagClassName
{
border-color: #BD530B;
}
</style>