Shades of Orange Roughy #B05239
Tints of Orange Roughy #B05239
RGB
CMYK
RGB Variations
Color information
#B05239 (or 0xB05239) is known color: Orange Roughy. HEX triplet: B0, 52 and 39. RGB value is (176,82,57). Sum of RGB (Red+Green+Blue) = 176+82+57=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B05239 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05239 is #4FADC6. Grayscale: #6B6B6B. Windows color (decimal): -5221831 or 3756720. OLE color: 3756720.
HSL color Cylindrical-coordinate representation of color #B05239: hue angle of 12.61º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B05239 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 82 | 57 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.31 |
| HSL | 12.61º | 0.51% | 0.46% | - |
| HSV(B) | 12.61º | 0.68% | 0.69% | - |
| XYZ | 21.66 | 15.56 | 5.73 | - |
| YUV | 107.26 | 99.64 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 82 | 57 | 0 | 0.53 | 0.68 | 0.31 | 12.61 | 0.51 | 0.46 |
| Hex | B0 | 52 | 39 | 0 | 35 | 44 | 1F | D | 33 | 2E |
| Octal | 260 | 122 | 71 | 0 | 65 | 104 | 37 | 15 | 63 | 56 |
| Binary | 10110000 | 1010010 | 111001 | 0 | 110101 | 1000100 | 11111 | 1101 | 110011 | 101110 |
Color Harmonies of #B05239
Complementary color
Monochromatic Colors of #B05239
Black with #B05239
Text Example
Text Example
White with #B05239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05239; }
p { color: rgb(176,82,57); }
H1.HeaderClassName
{
color: #B05239;
}
.AnyTagClassName
{
color: #B05239;
}
</style>
background-color css
<style>
a { background-color: #B05239; }
a { background-color: rgb(176,82,57); }
div.DivClassName
{
background-color: #B05239;
}
.BgClassName
{
background-color: #B05239;
}
</style>
border-color css
<style>
span { border-color: #B05239; }
span { border-color: rgb(176,82,57); }
td.TdClassName
{
border-color: #B05239;
}
.TagClassName
{
border-color: #B05239;
}
</style>