Shades of Fiery Orange #BD5523
Tints of Fiery Orange #BD5523
RGB
CMYK
RGB Variations
Color information
#BD5523 (or 0xBD5523) is known color: Fiery Orange. HEX triplet: BD, 55 and 23. RGB value is (189,85,35). Sum of RGB (Red+Green+Blue) = 189+85+35=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5523 is #42AADC. Grayscale: #6E6E6E. Windows color (decimal): -4369117 or 2315709. OLE color: 2315709.
HSL color Cylindrical-coordinate representation of color #BD5523: hue angle of 19.48º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD5523 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 35 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.26 |
| HSL | 19.48º | 0.69% | 0.44% | - |
| HSV(B) | 19.48º | 0.81% | 0.74% | - |
| XYZ | 24.54 | 17.44 | 3.66 | - |
| YUV | 110.4 | 85.46 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 35 | 0 | 0.55 | 0.81 | 0.26 | 19.48 | 0.69 | 0.44 |
| Hex | BD | 55 | 23 | 0 | 37 | 51 | 1A | 13 | 45 | 2C |
| Octal | 275 | 125 | 43 | 0 | 67 | 121 | 32 | 23 | 105 | 54 |
| Binary | 10111101 | 1010101 | 100011 | 0 | 110111 | 1010001 | 11010 | 10011 | 1000101 | 101100 |
Color Harmonies of #BD5523
Complementary color
Monochromatic Colors of #BD5523
Black with #BD5523
Text Example
Text Example
White with #BD5523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5523; }
p { color: rgb(189,85,35); }
H1.HeaderClassName
{
color: #BD5523;
}
.AnyTagClassName
{
color: #BD5523;
}
</style>
background-color css
<style>
a { background-color: #BD5523; }
a { background-color: rgb(189,85,35); }
div.DivClassName
{
background-color: #BD5523;
}
.BgClassName
{
background-color: #BD5523;
}
</style>
border-color css
<style>
span { border-color: #BD5523; }
span { border-color: rgb(189,85,35); }
td.TdClassName
{
border-color: #BD5523;
}
.TagClassName
{
border-color: #BD5523;
}
</style>