Shades of Fiery Orange #B06123
Tints of Fiery Orange #B06123
RGB
CMYK
RGB Variations
Color information
#B06123 (or 0xB06123) is known color: Fiery Orange. HEX triplet: B0, 61 and 23. RGB value is (176,97,35). Sum of RGB (Red+Green+Blue) = 176+97+35=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 35 (14.06% from 255 or 11.36% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B06123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06123 is #4F9EDC. Grayscale: #717171. Windows color (decimal): -5218013 or 2318768. OLE color: 2318768.
HSL color Cylindrical-coordinate representation of color #B06123: hue angle of 26.38º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B06123 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 97 | 35 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.31 |
| HSL | 26.38º | 0.67% | 0.41% | - |
| HSV(B) | 26.38º | 0.8% | 0.69% | - |
| XYZ | 22.48 | 17.9 | 3.86 | - |
| YUV | 113.55 | 83.67 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 97 | 35 | 0 | 0.45 | 0.80 | 0.31 | 26.38 | 0.67 | 0.41 |
| Hex | B0 | 61 | 23 | 0 | 2D | 50 | 1F | 1A | 43 | 29 |
| Octal | 260 | 141 | 43 | 0 | 55 | 120 | 37 | 32 | 103 | 51 |
| Binary | 10110000 | 1100001 | 100011 | 0 | 101101 | 1010000 | 11111 | 11010 | 1000011 | 101001 |
Color Harmonies of #B06123
Complementary color
Monochromatic Colors of #B06123
Black with #B06123
Text Example
Text Example
White with #B06123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06123; }
p { color: rgb(176,97,35); }
H1.HeaderClassName
{
color: #B06123;
}
.AnyTagClassName
{
color: #B06123;
}
</style>
background-color css
<style>
a { background-color: #B06123; }
a { background-color: rgb(176,97,35); }
div.DivClassName
{
background-color: #B06123;
}
.BgClassName
{
background-color: #B06123;
}
</style>
border-color css
<style>
span { border-color: #B06123; }
span { border-color: rgb(176,97,35); }
td.TdClassName
{
border-color: #B06123;
}
.TagClassName
{
border-color: #B06123;
}
</style>