Shades of Orange Roughy #B0573A
Tints of Orange Roughy #B0573A
RGB
CMYK
RGB Variations
Color information
#B0573A (or 0xB0573A) is known color: Orange Roughy. HEX triplet: B0, 57 and 3A. RGB value is (176,87,58). Sum of RGB (Red+Green+Blue) = 176+87+58=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0573A is #4FA8C5. Grayscale: #6E6E6E. Windows color (decimal): -5220550 or 3823536. OLE color: 3823536.
HSL color Cylindrical-coordinate representation of color #B0573A: hue angle of 14.75º 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 #B0573A is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 58 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.31 |
| HSL | 14.75º | 0.5% | 0.46% | - |
| HSV(B) | 14.75º | 0.67% | 0.69% | - |
| XYZ | 22.08 | 16.35 | 6 | - |
| YUV | 110.31 | 98.49 | 174.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 58 | 0 | 0.51 | 0.67 | 0.31 | 14.75 | 0.5 | 0.46 |
| Hex | B0 | 57 | 3A | 0 | 33 | 43 | 1F | F | 32 | 2E |
| Octal | 260 | 127 | 72 | 0 | 63 | 103 | 37 | 17 | 62 | 56 |
| Binary | 10110000 | 1010111 | 111010 | 0 | 110011 | 1000011 | 11111 | 1111 | 110010 | 101110 |
Color Harmonies of #B0573A
Complementary color
Monochromatic Colors of #B0573A
Black with #B0573A
Text Example
Text Example
White with #B0573A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0573A; }
p { color: rgb(176,87,58); }
H1.HeaderClassName
{
color: #B0573A;
}
.AnyTagClassName
{
color: #B0573A;
}
</style>
background-color css
<style>
a { background-color: #B0573A; }
a { background-color: rgb(176,87,58); }
div.DivClassName
{
background-color: #B0573A;
}
.BgClassName
{
background-color: #B0573A;
}
</style>
border-color css
<style>
span { border-color: #B0573A; }
span { border-color: rgb(176,87,58); }
td.TdClassName
{
border-color: #B0573A;
}
.TagClassName
{
border-color: #B0573A;
}
</style>