Shades of Orange Roughy #B1573C
Tints of Orange Roughy #B1573C
RGB
CMYK
RGB Variations
Color information
#B1573C (or 0xB1573C) is known color: Orange Roughy. HEX triplet: B1, 57 and 3C. RGB value is (177,87,60). Sum of RGB (Red+Green+Blue) = 177+87+60=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1573C is #4EA8C3. Grayscale: #6F6F6F. Windows color (decimal): -5155012 or 3954609. OLE color: 3954609.
HSL color Cylindrical-coordinate representation of color #B1573C: hue angle of 13.85º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1573C is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 87 | 60 | - |
| CMYK | 0 | 0.51 | 0.66 | 0.31 |
| HSL | 13.85º | 0.49% | 0.46% | - |
| HSV(B) | 13.85º | 0.66% | 0.69% | - |
| XYZ | 22.36 | 16.49 | 6.28 | - |
| YUV | 110.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 87 | 60 | 0 | 0.51 | 0.66 | 0.31 | 13.85 | 0.49 | 0.46 |
| Hex | B1 | 57 | 3C | 0 | 33 | 42 | 1F | E | 31 | 2E |
| Octal | 261 | 127 | 74 | 0 | 63 | 102 | 37 | 16 | 61 | 56 |
| Binary | 10110001 | 1010111 | 111100 | 0 | 110011 | 1000010 | 11111 | 1110 | 110001 | 101110 |
Color Harmonies of #B1573C
Complementary color
Monochromatic Colors of #B1573C
Black with #B1573C
Text Example
Text Example
White with #B1573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1573C; }
p { color: rgb(177,87,60); }
H1.HeaderClassName
{
color: #B1573C;
}
.AnyTagClassName
{
color: #B1573C;
}
</style>
background-color css
<style>
a { background-color: #B1573C; }
a { background-color: rgb(177,87,60); }
div.DivClassName
{
background-color: #B1573C;
}
.BgClassName
{
background-color: #B1573C;
}
</style>
border-color css
<style>
span { border-color: #B1573C; }
span { border-color: rgb(177,87,60); }
td.TdClassName
{
border-color: #B1573C;
}
.TagClassName
{
border-color: #B1573C;
}
</style>