Shades of Fiery Orange #B75E29
Tints of Fiery Orange #B75E29
RGB
CMYK
RGB Variations
Color information
#B75E29 (or 0xB75E29) is known color: Fiery Orange. HEX triplet: B7, 5E and 29. RGB value is (183,94,41). Sum of RGB (Red+Green+Blue) = 183+94+41=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B75E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75E29 is #48A1D6. Grayscale: #727272. Windows color (decimal): -4760023 or 2711223. OLE color: 2711223.
HSL color Cylindrical-coordinate representation of color #B75E29: hue angle of 22.39º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B75E29 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 94 | 41 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.28 |
| HSL | 22.39º | 0.63% | 0.44% | - |
| HSV(B) | 22.39º | 0.78% | 0.72% | - |
| XYZ | 23.93 | 18.23 | 4.36 | - |
| YUV | 114.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 94 | 41 | 0 | 0.49 | 0.78 | 0.28 | 22.39 | 0.63 | 0.44 |
| Hex | B7 | 5E | 29 | 0 | 31 | 4E | 1C | 16 | 3F | 2C |
| Octal | 267 | 136 | 51 | 0 | 61 | 116 | 34 | 26 | 77 | 54 |
| Binary | 10110111 | 1011110 | 101001 | 0 | 110001 | 1001110 | 11100 | 10110 | 111111 | 101100 |
Color Harmonies of #B75E29
Complementary color
Monochromatic Colors of #B75E29
Black with #B75E29
Text Example
Text Example
White with #B75E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75E29; }
p { color: rgb(183,94,41); }
H1.HeaderClassName
{
color: #B75E29;
}
.AnyTagClassName
{
color: #B75E29;
}
</style>
background-color css
<style>
a { background-color: #B75E29; }
a { background-color: rgb(183,94,41); }
div.DivClassName
{
background-color: #B75E29;
}
.BgClassName
{
background-color: #B75E29;
}
</style>
border-color css
<style>
span { border-color: #B75E29; }
span { border-color: rgb(183,94,41); }
td.TdClassName
{
border-color: #B75E29;
}
.TagClassName
{
border-color: #B75E29;
}
</style>