Shades of Fiery Orange #B25738
Tints of Fiery Orange #B25738
RGB
CMYK
RGB Variations
Color information
#B25738 (or 0xB25738) is known color: Fiery Orange. HEX triplet: B2, 57 and 38. RGB value is (178,87,56). Sum of RGB (Red+Green+Blue) = 178+87+56=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B25738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B25738 is #4DA8C7. Grayscale: #6E6E6E. Windows color (decimal): -5089480 or 3692466. OLE color: 3692466.
HSL color Cylindrical-coordinate representation of color #B25738: hue angle of 15.25º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B25738 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 87 | 56 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.30 |
| HSL | 15.25º | 0.52% | 0.46% | - |
| HSV(B) | 15.25º | 0.69% | 0.7% | - |
| XYZ | 22.48 | 16.57 | 5.75 | - |
| YUV | 110.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 87 | 56 | 0 | 0.51 | 0.69 | 0.30 | 15.25 | 0.52 | 0.46 |
| Hex | B2 | 57 | 38 | 0 | 33 | 45 | 1E | F | 34 | 2E |
| Octal | 262 | 127 | 70 | 0 | 63 | 105 | 36 | 17 | 64 | 56 |
| Binary | 10110010 | 1010111 | 111000 | 0 | 110011 | 1000101 | 11110 | 1111 | 110100 | 101110 |
Color Harmonies of #B25738
Complementary color
Monochromatic Colors of #B25738
Black with #B25738
Text Example
Text Example
White with #B25738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25738; }
p { color: rgb(178,87,56); }
H1.HeaderClassName
{
color: #B25738;
}
.AnyTagClassName
{
color: #B25738;
}
</style>
background-color css
<style>
a { background-color: #B25738; }
a { background-color: rgb(178,87,56); }
div.DivClassName
{
background-color: #B25738;
}
.BgClassName
{
background-color: #B25738;
}
</style>
border-color css
<style>
span { border-color: #B25738; }
span { border-color: rgb(178,87,56); }
td.TdClassName
{
border-color: #B25738;
}
.TagClassName
{
border-color: #B25738;
}
</style>