Shades of Fiery Orange #B65C2B
Tints of Fiery Orange #B65C2B
RGB
CMYK
RGB Variations
Color information
#B65C2B (or 0xB65C2B) is known color: Fiery Orange. HEX triplet: B6, 5C and 2B. RGB value is (182,92,43). Sum of RGB (Red+Green+Blue) = 182+92+43=317 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.41% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 43 (17.19% from 255 or 13.56% from 317); Max value from RGB is 182 - color contains mainly: red. Hex color #B65C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65C2B is #49A3D4. Grayscale: #717171. Windows color (decimal): -4826069 or 2841782. OLE color: 2841782.
HSL color Cylindrical-coordinate representation of color #B65C2B: hue angle of 21.15º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B65C2B is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 92 | 43 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.29 |
| HSL | 21.15º | 0.62% | 0.44% | - |
| HSV(B) | 21.15º | 0.76% | 0.71% | - |
| XYZ | 23.55 | 17.77 | 4.47 | - |
| YUV | 113.32 | 88.32 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 92 | 43 | 0 | 0.49 | 0.76 | 0.29 | 21.15 | 0.62 | 0.44 |
| Hex | B6 | 5C | 2B | 0 | 31 | 4C | 1D | 15 | 3E | 2C |
| Octal | 266 | 134 | 53 | 0 | 61 | 114 | 35 | 25 | 76 | 54 |
| Binary | 10110110 | 1011100 | 101011 | 0 | 110001 | 1001100 | 11101 | 10101 | 111110 | 101100 |
Color Harmonies of #B65C2B
Complementary color
Monochromatic Colors of #B65C2B
Black with #B65C2B
Text Example
Text Example
White with #B65C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65C2B; }
p { color: rgb(182,92,43); }
H1.HeaderClassName
{
color: #B65C2B;
}
.AnyTagClassName
{
color: #B65C2B;
}
</style>
background-color css
<style>
a { background-color: #B65C2B; }
a { background-color: rgb(182,92,43); }
div.DivClassName
{
background-color: #B65C2B;
}
.BgClassName
{
background-color: #B65C2B;
}
</style>
border-color css
<style>
span { border-color: #B65C2B; }
span { border-color: rgb(182,92,43); }
td.TdClassName
{
border-color: #B65C2B;
}
.TagClassName
{
border-color: #B65C2B;
}
</style>