Shades of Orange Roughy #B24F3C
Tints of Orange Roughy #B24F3C
RGB
CMYK
RGB Variations
Color information
#B24F3C (or 0xB24F3C) is known color: Orange Roughy. HEX triplet: B2, 4F and 3C. RGB value is (178,79,60). Sum of RGB (Red+Green+Blue) = 178+79+60=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24F3C is #4DB0C3. Grayscale: #6A6A6A. Windows color (decimal): -5091524 or 3952562. OLE color: 3952562.
HSL color Cylindrical-coordinate representation of color #B24F3C: hue angle of 9.66º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B24F3C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 60 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.30 |
| HSL | 9.66º | 0.5% | 0.47% | - |
| HSV(B) | 9.66º | 0.66% | 0.7% | - |
| XYZ | 21.97 | 15.38 | 6.09 | - |
| YUV | 106.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 60 | 0 | 0.56 | 0.66 | 0.30 | 9.66 | 0.5 | 0.47 |
| Hex | B2 | 4F | 3C | 0 | 38 | 42 | 1E | A | 32 | 2F |
| Octal | 262 | 117 | 74 | 0 | 70 | 102 | 36 | 12 | 62 | 57 |
| Binary | 10110010 | 1001111 | 111100 | 0 | 111000 | 1000010 | 11110 | 1010 | 110010 | 101111 |
Color Harmonies of #B24F3C
Complementary color
Monochromatic Colors of #B24F3C
Black with #B24F3C
Text Example
Text Example
White with #B24F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F3C; }
p { color: rgb(178,79,60); }
H1.HeaderClassName
{
color: #B24F3C;
}
.AnyTagClassName
{
color: #B24F3C;
}
</style>
background-color css
<style>
a { background-color: #B24F3C; }
a { background-color: rgb(178,79,60); }
div.DivClassName
{
background-color: #B24F3C;
}
.BgClassName
{
background-color: #B24F3C;
}
</style>
border-color css
<style>
span { border-color: #B24F3C; }
span { border-color: rgb(178,79,60); }
td.TdClassName
{
border-color: #B24F3C;
}
.TagClassName
{
border-color: #B24F3C;
}
</style>