Shades of Fiery Orange #B65324
Tints of Fiery Orange #B65324
RGB
CMYK
RGB Variations
Color information
#B65324 (or 0xB65324) is known color: Fiery Orange. HEX triplet: B6, 53 and 24. RGB value is (182,83,36). Sum of RGB (Red+Green+Blue) = 182+83+36=301 (39% of max value = 765). Red value is 182 (71.48% from 255 or 60.47% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 182 - color contains mainly: red. Hex color #B65324 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B65324 is #49ACDB. Grayscale: #6B6B6B. Windows color (decimal): -4828380 or 2380726. OLE color: 2380726.
HSL color Cylindrical-coordinate representation of color #B65324: hue angle of 19.32º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B65324 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 83 | 36 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.29 |
| HSL | 19.32º | 0.67% | 0.43% | - |
| HSV(B) | 19.32º | 0.8% | 0.71% | - |
| XYZ | 22.7 | 16.26 | 3.61 | - |
| YUV | 107.24 | 87.8 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 83 | 36 | 0 | 0.54 | 0.80 | 0.29 | 19.32 | 0.67 | 0.43 |
| Hex | B6 | 53 | 24 | 0 | 36 | 50 | 1D | 13 | 43 | 2B |
| Octal | 266 | 123 | 44 | 0 | 66 | 120 | 35 | 23 | 103 | 53 |
| Binary | 10110110 | 1010011 | 100100 | 0 | 110110 | 1010000 | 11101 | 10011 | 1000011 | 101011 |
Color Harmonies of #B65324
Complementary color
Monochromatic Colors of #B65324
Black with #B65324
Text Example
Text Example
White with #B65324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65324; }
p { color: rgb(182,83,36); }
H1.HeaderClassName
{
color: #B65324;
}
.AnyTagClassName
{
color: #B65324;
}
</style>
background-color css
<style>
a { background-color: #B65324; }
a { background-color: rgb(182,83,36); }
div.DivClassName
{
background-color: #B65324;
}
.BgClassName
{
background-color: #B65324;
}
</style>
border-color css
<style>
span { border-color: #B65324; }
span { border-color: rgb(182,83,36); }
td.TdClassName
{
border-color: #B65324;
}
.TagClassName
{
border-color: #B65324;
}
</style>