Shades of Orange Roughy #B04F37
Tints of Orange Roughy #B04F37
RGB
CMYK
RGB Variations
Color information
#B04F37 (or 0xB04F37) is known color: Orange Roughy. HEX triplet: B0, 4F and 37. RGB value is (176,79,55). Sum of RGB (Red+Green+Blue) = 176+79+55=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 79 (31.25% from 255 or 25.48% from 310); Blue value is 55 (21.88% from 255 or 17.74% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04F37 is #4FB0C8. Grayscale: #696969. Windows color (decimal): -5222601 or 3624880. OLE color: 3624880.
HSL color Cylindrical-coordinate representation of color #B04F37: hue angle of 11.9º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B04F37 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 55 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.31 |
| HSL | 11.9º | 0.52% | 0.45% | - |
| HSV(B) | 11.9º | 0.69% | 0.69% | - |
| XYZ | 21.39 | 15.1 | 5.4 | - |
| YUV | 105.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 55 | 0 | 0.55 | 0.69 | 0.31 | 11.9 | 0.52 | 0.45 |
| Hex | B0 | 4F | 37 | 0 | 37 | 45 | 1F | C | 34 | 2D |
| Octal | 260 | 117 | 67 | 0 | 67 | 105 | 37 | 14 | 64 | 55 |
| Binary | 10110000 | 1001111 | 110111 | 0 | 110111 | 1000101 | 11111 | 1100 | 110100 | 101101 |
Color Harmonies of #B04F37
Complementary color
Monochromatic Colors of #B04F37
Black with #B04F37
Text Example
Text Example
White with #B04F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F37; }
p { color: rgb(176,79,55); }
H1.HeaderClassName
{
color: #B04F37;
}
.AnyTagClassName
{
color: #B04F37;
}
</style>
background-color css
<style>
a { background-color: #B04F37; }
a { background-color: rgb(176,79,55); }
div.DivClassName
{
background-color: #B04F37;
}
.BgClassName
{
background-color: #B04F37;
}
</style>
border-color css
<style>
span { border-color: #B04F37; }
span { border-color: rgb(176,79,55); }
td.TdClassName
{
border-color: #B04F37;
}
.TagClassName
{
border-color: #B04F37;
}
</style>