Shades of Orange Roughy #B05535
Tints of Orange Roughy #B05535
RGB
CMYK
RGB Variations
Color information
#B05535 (or 0xB05535) is known color: Orange Roughy. HEX triplet: B0, 55 and 35. RGB value is (176,85,53). Sum of RGB (Red+Green+Blue) = 176+85+53=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B05535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05535 is #4FAACA. Grayscale: #6C6C6C. Windows color (decimal): -5221067 or 3495344. OLE color: 3495344.
HSL color Cylindrical-coordinate representation of color #B05535: hue angle of 15.61º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B05535 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 85 | 53 | - |
| CMYK | 0 | 0.52 | 0.70 | 0.31 |
| HSL | 15.61º | 0.54% | 0.45% | - |
| HSV(B) | 15.61º | 0.7% | 0.69% | - |
| XYZ | 21.8 | 15.98 | 5.3 | - |
| YUV | 108.56 | 96.65 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 85 | 53 | 0 | 0.52 | 0.70 | 0.31 | 15.61 | 0.54 | 0.45 |
| Hex | B0 | 55 | 35 | 0 | 34 | 46 | 1F | 10 | 36 | 2D |
| Octal | 260 | 125 | 65 | 0 | 64 | 106 | 37 | 20 | 66 | 55 |
| Binary | 10110000 | 1010101 | 110101 | 0 | 110100 | 1000110 | 11111 | 10000 | 110110 | 101101 |
Color Harmonies of #B05535
Complementary color
Monochromatic Colors of #B05535
Black with #B05535
Text Example
Text Example
White with #B05535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05535; }
p { color: rgb(176,85,53); }
H1.HeaderClassName
{
color: #B05535;
}
.AnyTagClassName
{
color: #B05535;
}
</style>
background-color css
<style>
a { background-color: #B05535; }
a { background-color: rgb(176,85,53); }
div.DivClassName
{
background-color: #B05535;
}
.BgClassName
{
background-color: #B05535;
}
</style>
border-color css
<style>
span { border-color: #B05535; }
span { border-color: rgb(176,85,53); }
td.TdClassName
{
border-color: #B05535;
}
.TagClassName
{
border-color: #B05535;
}
</style>