Shades of Orange Roughy #B05637
Tints of Orange Roughy #B05637
RGB
CMYK
RGB Variations
Color information
#B05637 (or 0xB05637) is known color: Orange Roughy. HEX triplet: B0, 56 and 37. RGB value is (176,86,55). Sum of RGB (Red+Green+Blue) = 176+86+55=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B05637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05637 is #4FA9C8. Grayscale: #6D6D6D. Windows color (decimal): -5220809 or 3626672. OLE color: 3626672.
HSL color Cylindrical-coordinate representation of color #B05637: hue angle of 15.37º 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 #B05637 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 55 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.31 |
| HSL | 15.37º | 0.52% | 0.45% | - |
| HSV(B) | 15.37º | 0.69% | 0.69% | - |
| XYZ | 21.92 | 16.16 | 5.58 | - |
| YUV | 109.38 | 97.32 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 55 | 0 | 0.51 | 0.69 | 0.31 | 15.37 | 0.52 | 0.45 |
| Hex | B0 | 56 | 37 | 0 | 33 | 45 | 1F | F | 34 | 2D |
| Octal | 260 | 126 | 67 | 0 | 63 | 105 | 37 | 17 | 64 | 55 |
| Binary | 10110000 | 1010110 | 110111 | 0 | 110011 | 1000101 | 11111 | 1111 | 110100 | 101101 |
Color Harmonies of #B05637
Complementary color
Monochromatic Colors of #B05637
Black with #B05637
Text Example
Text Example
White with #B05637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05637; }
p { color: rgb(176,86,55); }
H1.HeaderClassName
{
color: #B05637;
}
.AnyTagClassName
{
color: #B05637;
}
</style>
background-color css
<style>
a { background-color: #B05637; }
a { background-color: rgb(176,86,55); }
div.DivClassName
{
background-color: #B05637;
}
.BgClassName
{
background-color: #B05637;
}
</style>
border-color css
<style>
span { border-color: #B05637; }
span { border-color: rgb(176,86,55); }
td.TdClassName
{
border-color: #B05637;
}
.TagClassName
{
border-color: #B05637;
}
</style>