Shades of Fiery Orange #B65B2D
Tints of Fiery Orange #B65B2D
RGB
CMYK
RGB Variations
Color information
#B65B2D (or 0xB65B2D) is known color: Fiery Orange. HEX triplet: B6, 5B and 2D. RGB value is (182,91,45). Sum of RGB (Red+Green+Blue) = 182+91+45=318 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.23% from 318); Green value is 91 (35.94% from 255 or 28.62% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B2D is #49A4D2. Grayscale: #717171. Windows color (decimal): -4826323 or 2972598. OLE color: 2972598.
HSL color Cylindrical-coordinate representation of color #B65B2D: hue angle of 20.15º 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 #B65B2D is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 45 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.29 |
| HSL | 20.15º | 0.6% | 0.45% | - |
| HSV(B) | 20.15º | 0.75% | 0.71% | - |
| XYZ | 23.51 | 17.62 | 4.64 | - |
| YUV | 112.97 | 89.65 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 45 | 0 | 0.5 | 0.75 | 0.29 | 20.15 | 0.6 | 0.45 |
| Hex | B6 | 5B | 2D | 0 | 32 | 4B | 1D | 14 | 3C | 2D |
| Octal | 266 | 133 | 55 | 0 | 62 | 113 | 35 | 24 | 74 | 55 |
| Binary | 10110110 | 1011011 | 101101 | 0 | 110010 | 1001011 | 11101 | 10100 | 111100 | 101101 |
Color Harmonies of #B65B2D
Complementary color
Monochromatic Colors of #B65B2D
Black with #B65B2D
Text Example
Text Example
White with #B65B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65B2D; }
p { color: rgb(182,91,45); }
H1.HeaderClassName
{
color: #B65B2D;
}
.AnyTagClassName
{
color: #B65B2D;
}
</style>
background-color css
<style>
a { background-color: #B65B2D; }
a { background-color: rgb(182,91,45); }
div.DivClassName
{
background-color: #B65B2D;
}
.BgClassName
{
background-color: #B65B2D;
}
</style>
border-color css
<style>
span { border-color: #B65B2D; }
span { border-color: rgb(182,91,45); }
td.TdClassName
{
border-color: #B65B2D;
}
.TagClassName
{
border-color: #B65B2D;
}
</style>