Shades of Orange Roughy #B0593B
Tints of Orange Roughy #B0593B
RGB
CMYK
RGB Variations
Color information
#B0593B (or 0xB0593B) is known color: Orange Roughy. HEX triplet: B0, 59 and 3B. RGB value is (176,89,59). Sum of RGB (Red+Green+Blue) = 176+89+59=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B0593B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0593B is #4FA6C4. Grayscale: #6F6F6F. Windows color (decimal): -5220037 or 3889584. OLE color: 3889584.
HSL color Cylindrical-coordinate representation of color #B0593B: hue angle of 15.38º degrees, saturation: 0.5, 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 #B0593B is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 89 | 59 | - |
| CMYK | 0 | 0.49 | 0.66 | 0.31 |
| HSL | 15.38º | 0.5% | 0.46% | - |
| HSV(B) | 15.38º | 0.66% | 0.69% | - |
| XYZ | 22.27 | 16.69 | 6.19 | - |
| YUV | 111.59 | 98.32 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 89 | 59 | 0 | 0.49 | 0.66 | 0.31 | 15.38 | 0.5 | 0.46 |
| Hex | B0 | 59 | 3B | 0 | 31 | 42 | 1F | F | 32 | 2E |
| Octal | 260 | 131 | 73 | 0 | 61 | 102 | 37 | 17 | 62 | 56 |
| Binary | 10110000 | 1011001 | 111011 | 0 | 110001 | 1000010 | 11111 | 1111 | 110010 | 101110 |
Color Harmonies of #B0593B
Complementary color
Monochromatic Colors of #B0593B
Black with #B0593B
Text Example
Text Example
White with #B0593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0593B; }
p { color: rgb(176,89,59); }
H1.HeaderClassName
{
color: #B0593B;
}
.AnyTagClassName
{
color: #B0593B;
}
</style>
background-color css
<style>
a { background-color: #B0593B; }
a { background-color: rgb(176,89,59); }
div.DivClassName
{
background-color: #B0593B;
}
.BgClassName
{
background-color: #B0593B;
}
</style>
border-color css
<style>
span { border-color: #B0593B; }
span { border-color: rgb(176,89,59); }
td.TdClassName
{
border-color: #B0593B;
}
.TagClassName
{
border-color: #B0593B;
}
</style>