Shades of Fiery Orange #B65A2D
Tints of Fiery Orange #B65A2D
RGB
CMYK
RGB Variations
Color information
#B65A2D (or 0xB65A2D) is known color: Fiery Orange. HEX triplet: B6, 5A and 2D. RGB value is (182,90,45). Sum of RGB (Red+Green+Blue) = 182+90+45=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65A2D is #49A5D2. Grayscale: #707070. Windows color (decimal): -4826579 or 2972342. OLE color: 2972342.
HSL color Cylindrical-coordinate representation of color #B65A2D: hue angle of 19.71º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B65A2D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 90 | 45 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.29 |
| HSL | 19.71º | 0.6% | 0.45% | - |
| HSV(B) | 19.71º | 0.75% | 0.71% | - |
| XYZ | 23.42 | 17.45 | 4.62 | - |
| YUV | 112.38 | 89.98 | 177.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 90 | 45 | 0 | 0.51 | 0.75 | 0.29 | 19.71 | 0.6 | 0.45 |
| Hex | B6 | 5A | 2D | 0 | 33 | 4B | 1D | 14 | 3C | 2D |
| Octal | 266 | 132 | 55 | 0 | 63 | 113 | 35 | 24 | 74 | 55 |
| Binary | 10110110 | 1011010 | 101101 | 0 | 110011 | 1001011 | 11101 | 10100 | 111100 | 101101 |
Color Harmonies of #B65A2D
Complementary color
Monochromatic Colors of #B65A2D
Black with #B65A2D
Text Example
Text Example
White with #B65A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65A2D; }
p { color: rgb(182,90,45); }
H1.HeaderClassName
{
color: #B65A2D;
}
.AnyTagClassName
{
color: #B65A2D;
}
</style>
background-color css
<style>
a { background-color: #B65A2D; }
a { background-color: rgb(182,90,45); }
div.DivClassName
{
background-color: #B65A2D;
}
.BgClassName
{
background-color: #B65A2D;
}
</style>
border-color css
<style>
span { border-color: #B65A2D; }
span { border-color: rgb(182,90,45); }
td.TdClassName
{
border-color: #B65A2D;
}
.TagClassName
{
border-color: #B65A2D;
}
</style>