Shades of Orange Roughy #B15637
Tints of Orange Roughy #B15637
RGB
CMYK
RGB Variations
Color information
#B15637 (or 0xB15637) is known color: Orange Roughy. HEX triplet: B1, 56 and 37. RGB value is (177,86,55). Sum of RGB (Red+Green+Blue) = 177+86+55=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B15637 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15637 is #4EA9C8. Grayscale: #6D6D6D. Windows color (decimal): -5155273 or 3626673. OLE color: 3626673.
HSL color Cylindrical-coordinate representation of color #B15637: hue angle of 15.25º degrees, saturation: 0.53, 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 #B15637 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 86 | 55 | - |
| CMYK | 0 | 0.51 | 0.69 | 0.31 |
| HSL | 15.25º | 0.53% | 0.45% | - |
| HSV(B) | 15.25º | 0.69% | 0.69% | - |
| XYZ | 22.15 | 16.28 | 5.59 | - |
| YUV | 109.68 | 97.15 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 86 | 55 | 0 | 0.51 | 0.69 | 0.31 | 15.25 | 0.53 | 0.45 |
| Hex | B1 | 56 | 37 | 0 | 33 | 45 | 1F | F | 35 | 2D |
| Octal | 261 | 126 | 67 | 0 | 63 | 105 | 37 | 17 | 65 | 55 |
| Binary | 10110001 | 1010110 | 110111 | 0 | 110011 | 1000101 | 11111 | 1111 | 110101 | 101101 |
Color Harmonies of #B15637
Complementary color
Monochromatic Colors of #B15637
Black with #B15637
Text Example
Text Example
White with #B15637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15637; }
p { color: rgb(177,86,55); }
H1.HeaderClassName
{
color: #B15637;
}
.AnyTagClassName
{
color: #B15637;
}
</style>
background-color css
<style>
a { background-color: #B15637; }
a { background-color: rgb(177,86,55); }
div.DivClassName
{
background-color: #B15637;
}
.BgClassName
{
background-color: #B15637;
}
</style>
border-color css
<style>
span { border-color: #B15637; }
span { border-color: rgb(177,86,55); }
td.TdClassName
{
border-color: #B15637;
}
.TagClassName
{
border-color: #B15637;
}
</style>