Shades of Fiery Orange #BD5022
Tints of Fiery Orange #BD5022
RGB
CMYK
RGB Variations
Color information
#BD5022 (or 0xBD5022) is known color: Fiery Orange. HEX triplet: BD, 50 and 22. RGB value is (189,80,34). Sum of RGB (Red+Green+Blue) = 189+80+34=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 34 (13.67% from 255 or 11.22% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5022 is #42AFDD. Grayscale: #6B6B6B. Windows color (decimal): -4370398 or 2248893. OLE color: 2248893.
HSL color Cylindrical-coordinate representation of color #BD5022: hue angle of 17.81º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD5022 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 34 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.26 |
| HSL | 17.81º | 0.7% | 0.44% | - |
| HSV(B) | 17.81º | 0.82% | 0.74% | - |
| XYZ | 24.14 | 16.67 | 3.46 | - |
| YUV | 107.35 | 86.61 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 34 | 0 | 0.58 | 0.82 | 0.26 | 17.81 | 0.7 | 0.44 |
| Hex | BD | 50 | 22 | 0 | 3A | 52 | 1A | 12 | 46 | 2C |
| Octal | 275 | 120 | 42 | 0 | 72 | 122 | 32 | 22 | 106 | 54 |
| Binary | 10111101 | 1010000 | 100010 | 0 | 111010 | 1010010 | 11010 | 10010 | 1000110 | 101100 |
Color Harmonies of #BD5022
Complementary color
Monochromatic Colors of #BD5022
Black with #BD5022
Text Example
Text Example
White with #BD5022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5022; }
p { color: rgb(189,80,34); }
H1.HeaderClassName
{
color: #BD5022;
}
.AnyTagClassName
{
color: #BD5022;
}
</style>
background-color css
<style>
a { background-color: #BD5022; }
a { background-color: rgb(189,80,34); }
div.DivClassName
{
background-color: #BD5022;
}
.BgClassName
{
background-color: #BD5022;
}
</style>
border-color css
<style>
span { border-color: #BD5022; }
span { border-color: rgb(189,80,34); }
td.TdClassName
{
border-color: #BD5022;
}
.TagClassName
{
border-color: #BD5022;
}
</style>