Shades of Orange Roughy #B24E3C
Tints of Orange Roughy #B24E3C
RGB
CMYK
RGB Variations
Color information
#B24E3C (or 0xB24E3C) is known color: Orange Roughy. HEX triplet: B2, 4E and 3C. RGB value is (178,78,60). Sum of RGB (Red+Green+Blue) = 178+78+60=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E3C is #4DB1C3. Grayscale: #6A6A6A. Windows color (decimal): -5091780 or 3952306. OLE color: 3952306.
HSL color Cylindrical-coordinate representation of color #B24E3C: hue angle of 9.15º 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 #B24E3C is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 60 | - |
| CMYK | 0 | 0.56 | 0.66 | 0.30 |
| HSL | 9.15º | 0.5% | 0.47% | - |
| HSV(B) | 9.15º | 0.66% | 0.7% | - |
| XYZ | 21.9 | 15.24 | 6.06 | - |
| YUV | 105.85 | 102.13 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 60 | 0 | 0.56 | 0.66 | 0.30 | 9.15 | 0.5 | 0.47 |
| Hex | B2 | 4E | 3C | 0 | 38 | 42 | 1E | 9 | 32 | 2F |
| Octal | 262 | 116 | 74 | 0 | 70 | 102 | 36 | 11 | 62 | 57 |
| Binary | 10110010 | 1001110 | 111100 | 0 | 111000 | 1000010 | 11110 | 1001 | 110010 | 101111 |
Color Harmonies of #B24E3C
Complementary color
Monochromatic Colors of #B24E3C
Black with #B24E3C
Text Example
Text Example
White with #B24E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E3C; }
p { color: rgb(178,78,60); }
H1.HeaderClassName
{
color: #B24E3C;
}
.AnyTagClassName
{
color: #B24E3C;
}
</style>
background-color css
<style>
a { background-color: #B24E3C; }
a { background-color: rgb(178,78,60); }
div.DivClassName
{
background-color: #B24E3C;
}
.BgClassName
{
background-color: #B24E3C;
}
</style>
border-color css
<style>
span { border-color: #B24E3C; }
span { border-color: rgb(178,78,60); }
td.TdClassName
{
border-color: #B24E3C;
}
.TagClassName
{
border-color: #B24E3C;
}
</style>