Shades of Orange Roughy #B15539
Tints of Orange Roughy #B15539
RGB
CMYK
RGB Variations
Color information
#B15539 (or 0xB15539) is known color: Orange Roughy. HEX triplet: B1, 55 and 39. RGB value is (177,85,57). Sum of RGB (Red+Green+Blue) = 177+85+57=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B15539 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15539 is #4EAAC6. Grayscale: #6D6D6D. Windows color (decimal): -5155527 or 3757489. OLE color: 3757489.
HSL color Cylindrical-coordinate representation of color #B15539: hue angle of 14º 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 #B15539 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 85 | 57 | - |
| CMYK | 0 | 0.52 | 0.68 | 0.31 |
| HSL | 14º | 0.51% | 0.46% | - |
| HSV(B) | 14º | 0.68% | 0.69% | - |
| XYZ | 22.12 | 16.14 | 5.82 | - |
| YUV | 109.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 85 | 57 | 0 | 0.52 | 0.68 | 0.31 | 14 | 0.51 | 0.46 |
| Hex | B1 | 55 | 39 | 0 | 34 | 44 | 1F | E | 33 | 2E |
| Octal | 261 | 125 | 71 | 0 | 64 | 104 | 37 | 16 | 63 | 56 |
| Binary | 10110001 | 1010101 | 111001 | 0 | 110100 | 1000100 | 11111 | 1110 | 110011 | 101110 |
Color Harmonies of #B15539
Complementary color
Monochromatic Colors of #B15539
Black with #B15539
Text Example
Text Example
White with #B15539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15539; }
p { color: rgb(177,85,57); }
H1.HeaderClassName
{
color: #B15539;
}
.AnyTagClassName
{
color: #B15539;
}
</style>
background-color css
<style>
a { background-color: #B15539; }
a { background-color: rgb(177,85,57); }
div.DivClassName
{
background-color: #B15539;
}
.BgClassName
{
background-color: #B15539;
}
</style>
border-color css
<style>
span { border-color: #B15539; }
span { border-color: rgb(177,85,57); }
td.TdClassName
{
border-color: #B15539;
}
.TagClassName
{
border-color: #B15539;
}
</style>