Shades of Orange Roughy #B24F39
Tints of Orange Roughy #B24F39
RGB
CMYK
RGB Variations
Color information
#B24F39 (or 0xB24F39) is known color: Orange Roughy. HEX triplet: B2, 4F and 39. RGB value is (178,79,57). Sum of RGB (Red+Green+Blue) = 178+79+57=314 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.69% from 314); Green value is 79 (31.25% from 255 or 25.16% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24F39 is #4DB0C6. Grayscale: #6A6A6A. Windows color (decimal): -5091527 or 3755954. OLE color: 3755954.
HSL color Cylindrical-coordinate representation of color #B24F39: hue angle of 10.91º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B24F39 is Cyan = 0, Magento = 0.56, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 57 | - |
| CMYK | 0 | 0.56 | 0.68 | 0.30 |
| HSL | 10.91º | 0.51% | 0.46% | - |
| HSV(B) | 10.91º | 0.68% | 0.7% | - |
| XYZ | 21.89 | 15.35 | 5.68 | - |
| YUV | 106.09 | 100.3 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 57 | 0 | 0.56 | 0.68 | 0.30 | 10.91 | 0.51 | 0.46 |
| Hex | B2 | 4F | 39 | 0 | 38 | 44 | 1E | B | 33 | 2E |
| Octal | 262 | 117 | 71 | 0 | 70 | 104 | 36 | 13 | 63 | 56 |
| Binary | 10110010 | 1001111 | 111001 | 0 | 111000 | 1000100 | 11110 | 1011 | 110011 | 101110 |
Color Harmonies of #B24F39
Complementary color
Monochromatic Colors of #B24F39
Black with #B24F39
Text Example
Text Example
White with #B24F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F39; }
p { color: rgb(178,79,57); }
H1.HeaderClassName
{
color: #B24F39;
}
.AnyTagClassName
{
color: #B24F39;
}
</style>
background-color css
<style>
a { background-color: #B24F39; }
a { background-color: rgb(178,79,57); }
div.DivClassName
{
background-color: #B24F39;
}
.BgClassName
{
background-color: #B24F39;
}
</style>
border-color css
<style>
span { border-color: #B24F39; }
span { border-color: rgb(178,79,57); }
td.TdClassName
{
border-color: #B24F39;
}
.TagClassName
{
border-color: #B24F39;
}
</style>