Shades of Fiery Orange #B65B2F
Tints of Fiery Orange #B65B2F
RGB
CMYK
RGB Variations
Color information
#B65B2F (or 0xB65B2F) is known color: Fiery Orange. HEX triplet: B6, 5B and 2F. RGB value is (182,91,47). Sum of RGB (Red+Green+Blue) = 182+91+47=320 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.88% from 320); Green value is 91 (35.94% from 255 or 28.44% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 182 - color contains mainly: red. Hex color #B65B2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65B2F is #49A4D0. Grayscale: #717171. Windows color (decimal): -4826321 or 3103670. OLE color: 3103670.
HSL color Cylindrical-coordinate representation of color #B65B2F: hue angle of 19.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B65B2F is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 91 | 47 | - |
| CMYK | 0 | 0.5 | 0.74 | 0.29 |
| HSL | 19.56º | 0.59% | 0.45% | - |
| HSV(B) | 19.56º | 0.74% | 0.71% | - |
| XYZ | 23.55 | 17.63 | 4.85 | - |
| YUV | 113.19 | 90.65 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 91 | 47 | 0 | 0.5 | 0.74 | 0.29 | 19.56 | 0.59 | 0.45 |
| Hex | B6 | 5B | 2F | 0 | 32 | 4A | 1D | 14 | 3B | 2D |
| Octal | 266 | 133 | 57 | 0 | 62 | 112 | 35 | 24 | 73 | 55 |
| Binary | 10110110 | 1011011 | 101111 | 0 | 110010 | 1001010 | 11101 | 10100 | 111011 | 101101 |
Color Harmonies of #B65B2F
Complementary color
Monochromatic Colors of #B65B2F
Black with #B65B2F
Text Example
Text Example
White with #B65B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65B2F; }
p { color: rgb(182,91,47); }
H1.HeaderClassName
{
color: #B65B2F;
}
.AnyTagClassName
{
color: #B65B2F;
}
</style>
background-color css
<style>
a { background-color: #B65B2F; }
a { background-color: rgb(182,91,47); }
div.DivClassName
{
background-color: #B65B2F;
}
.BgClassName
{
background-color: #B65B2F;
}
</style>
border-color css
<style>
span { border-color: #B65B2F; }
span { border-color: rgb(182,91,47); }
td.TdClassName
{
border-color: #B65B2F;
}
.TagClassName
{
border-color: #B65B2F;
}
</style>