Shades of Orange Roughy #B1573B
Tints of Orange Roughy #B1573B
RGB
CMYK
RGB Variations
Color information
#B1573B (or 0xB1573B) is known color: Orange Roughy. HEX triplet: B1, 57 and 3B. RGB value is (177,87,59). Sum of RGB (Red+Green+Blue) = 177+87+59=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1573B is #4EA8C4. Grayscale: #6E6E6E. Windows color (decimal): -5155013 or 3889073. OLE color: 3889073.
HSL color Cylindrical-coordinate representation of color #B1573B: hue angle of 14.24º degrees, saturation: 0.5, 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 #B1573B is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 59 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.31 |
| HSL | 14.24º | 0.5% | 0.46% | - |
| HSV(B) | 14.24º | 0.67% | 0.69% | - |
| XYZ | 22.33 | 16.48 | 6.14 | - |
| YUV | 110.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 59 | 0 | 0.51 | 0.67 | 0.31 | 14.24 | 0.5 | 0.46 |
| Hex | B1 | 57 | 3B | 0 | 33 | 43 | 1F | E | 32 | 2E |
| Octal | 261 | 127 | 73 | 0 | 63 | 103 | 37 | 16 | 62 | 56 |
| Binary | 10110001 | 1010111 | 111011 | 0 | 110011 | 1000011 | 11111 | 1110 | 110010 | 101110 |
Color Harmonies of #B1573B
Complementary color
Monochromatic Colors of #B1573B
Black with #B1573B
Text Example
Text Example
White with #B1573B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1573B; }
p { color: rgb(177,87,59); }
H1.HeaderClassName
{
color: #B1573B;
}
.AnyTagClassName
{
color: #B1573B;
}
</style>
background-color css
<style>
a { background-color: #B1573B; }
a { background-color: rgb(177,87,59); }
div.DivClassName
{
background-color: #B1573B;
}
.BgClassName
{
background-color: #B1573B;
}
</style>
border-color css
<style>
span { border-color: #B1573B; }
span { border-color: rgb(177,87,59); }
td.TdClassName
{
border-color: #B1573B;
}
.TagClassName
{
border-color: #B1573B;
}
</style>