Shades of Orange Roughy #B1573A
Tints of Orange Roughy #B1573A
RGB
CMYK
RGB Variations
Color information
#B1573A (or 0xB1573A) is known color: Orange Roughy. HEX triplet: B1, 57 and 3A. RGB value is (177,87,58). Sum of RGB (Red+Green+Blue) = 177+87+58=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B1573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1573A is #4EA8C5. Grayscale: #6E6E6E. Windows color (decimal): -5155014 or 3823537. OLE color: 3823537.
HSL color Cylindrical-coordinate representation of color #B1573A: hue angle of 14.62º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1573A is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 58 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.31 |
| HSL | 14.62º | 0.51% | 0.46% | - |
| HSV(B) | 14.62º | 0.67% | 0.69% | - |
| XYZ | 22.3 | 16.47 | 6.01 | - |
| YUV | 110.6 | 98.32 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 58 | 0 | 0.51 | 0.67 | 0.31 | 14.62 | 0.51 | 0.46 |
| Hex | B1 | 57 | 3A | 0 | 33 | 43 | 1F | F | 33 | 2E |
| Octal | 261 | 127 | 72 | 0 | 63 | 103 | 37 | 17 | 63 | 56 |
| Binary | 10110001 | 1010111 | 111010 | 0 | 110011 | 1000011 | 11111 | 1111 | 110011 | 101110 |
Color Harmonies of #B1573A
Complementary color
Monochromatic Colors of #B1573A
Black with #B1573A
Text Example
Text Example
White with #B1573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1573A; }
p { color: rgb(177,87,58); }
H1.HeaderClassName
{
color: #B1573A;
}
.AnyTagClassName
{
color: #B1573A;
}
</style>
background-color css
<style>
a { background-color: #B1573A; }
a { background-color: rgb(177,87,58); }
div.DivClassName
{
background-color: #B1573A;
}
.BgClassName
{
background-color: #B1573A;
}
</style>
border-color css
<style>
span { border-color: #B1573A; }
span { border-color: rgb(177,87,58); }
td.TdClassName
{
border-color: #B1573A;
}
.TagClassName
{
border-color: #B1573A;
}
</style>