Shades of Fiery Orange #BD5521
Tints of Fiery Orange #BD5521
RGB
CMYK
RGB Variations
Color information
#BD5521 (or 0xBD5521) is known color: Fiery Orange. HEX triplet: BD, 55 and 21. RGB value is (189,85,33). Sum of RGB (Red+Green+Blue) = 189+85+33=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5521 is #42AADE. Grayscale: #6E6E6E. Windows color (decimal): -4369119 or 2184637. OLE color: 2184637.
HSL color Cylindrical-coordinate representation of color #BD5521: hue angle of 20º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD5521 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 33 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.26 |
| HSL | 20º | 0.7% | 0.44% | - |
| HSV(B) | 20º | 0.83% | 0.74% | - |
| XYZ | 24.51 | 17.43 | 3.51 | - |
| YUV | 110.17 | 84.46 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 33 | 0 | 0.55 | 0.83 | 0.26 | 20 | 0.7 | 0.44 |
| Hex | BD | 55 | 21 | 0 | 37 | 53 | 1A | 14 | 46 | 2C |
| Octal | 275 | 125 | 41 | 0 | 67 | 123 | 32 | 24 | 106 | 54 |
| Binary | 10111101 | 1010101 | 100001 | 0 | 110111 | 1010011 | 11010 | 10100 | 1000110 | 101100 |
Color Harmonies of #BD5521
Complementary color
Monochromatic Colors of #BD5521
Black with #BD5521
Text Example
Text Example
White with #BD5521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5521; }
p { color: rgb(189,85,33); }
H1.HeaderClassName
{
color: #BD5521;
}
.AnyTagClassName
{
color: #BD5521;
}
</style>
background-color css
<style>
a { background-color: #BD5521; }
a { background-color: rgb(189,85,33); }
div.DivClassName
{
background-color: #BD5521;
}
.BgClassName
{
background-color: #BD5521;
}
</style>
border-color css
<style>
span { border-color: #BD5521; }
span { border-color: rgb(189,85,33); }
td.TdClassName
{
border-color: #BD5521;
}
.TagClassName
{
border-color: #BD5521;
}
</style>