Shades of Orange Roughy #B15739
Tints of Orange Roughy #B15739
RGB
CMYK
RGB Variations
Color information
#B15739 (or 0xB15739) is known color: Orange Roughy. HEX triplet: B1, 57 and 39. RGB value is (177,87,57). Sum of RGB (Red+Green+Blue) = 177+87+57=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B15739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15739 is #4EA8C6. Grayscale: #6E6E6E. Windows color (decimal): -5155015 or 3758001. OLE color: 3758001.
HSL color Cylindrical-coordinate representation of color #B15739: hue angle of 15º 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 #B15739 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 57 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.31 |
| HSL | 15º | 0.51% | 0.46% | - |
| HSV(B) | 15º | 0.68% | 0.69% | - |
| XYZ | 22.28 | 16.46 | 5.87 | - |
| YUV | 110.49 | 97.82 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 57 | 0 | 0.51 | 0.68 | 0.31 | 15 | 0.51 | 0.46 |
| Hex | B1 | 57 | 39 | 0 | 33 | 44 | 1F | F | 33 | 2E |
| Octal | 261 | 127 | 71 | 0 | 63 | 104 | 37 | 17 | 63 | 56 |
| Binary | 10110001 | 1010111 | 111001 | 0 | 110011 | 1000100 | 11111 | 1111 | 110011 | 101110 |
Color Harmonies of #B15739
Complementary color
Monochromatic Colors of #B15739
Black with #B15739
Text Example
Text Example
White with #B15739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15739; }
p { color: rgb(177,87,57); }
H1.HeaderClassName
{
color: #B15739;
}
.AnyTagClassName
{
color: #B15739;
}
</style>
background-color css
<style>
a { background-color: #B15739; }
a { background-color: rgb(177,87,57); }
div.DivClassName
{
background-color: #B15739;
}
.BgClassName
{
background-color: #B15739;
}
</style>
border-color css
<style>
span { border-color: #B15739; }
span { border-color: rgb(177,87,57); }
td.TdClassName
{
border-color: #B15739;
}
.TagClassName
{
border-color: #B15739;
}
</style>