Shades of Orange Roughy #B0533B
Tints of Orange Roughy #B0533B
RGB
CMYK
RGB Variations
Color information
#B0533B (or 0xB0533B) is known color: Orange Roughy. HEX triplet: B0, 53 and 3B. RGB value is (176,83,59). Sum of RGB (Red+Green+Blue) = 176+83+59=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0533B is #4FACC4. Grayscale: #6C6C6C. Windows color (decimal): -5221573 or 3888048. OLE color: 3888048.
HSL color Cylindrical-coordinate representation of color #B0533B: hue angle of 12.31º 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 #B0533B is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 59 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.31 |
| HSL | 12.31º | 0.5% | 0.46% | - |
| HSV(B) | 12.31º | 0.66% | 0.69% | - |
| XYZ | 21.79 | 15.73 | 6.03 | - |
| YUV | 108.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 59 | 0 | 0.53 | 0.66 | 0.31 | 12.31 | 0.5 | 0.46 |
| Hex | B0 | 53 | 3B | 0 | 35 | 42 | 1F | C | 32 | 2E |
| Octal | 260 | 123 | 73 | 0 | 65 | 102 | 37 | 14 | 62 | 56 |
| Binary | 10110000 | 1010011 | 111011 | 0 | 110101 | 1000010 | 11111 | 1100 | 110010 | 101110 |
Color Harmonies of #B0533B
Complementary color
Monochromatic Colors of #B0533B
Black with #B0533B
Text Example
Text Example
White with #B0533B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0533B; }
p { color: rgb(176,83,59); }
H1.HeaderClassName
{
color: #B0533B;
}
.AnyTagClassName
{
color: #B0533B;
}
</style>
background-color css
<style>
a { background-color: #B0533B; }
a { background-color: rgb(176,83,59); }
div.DivClassName
{
background-color: #B0533B;
}
.BgClassName
{
background-color: #B0533B;
}
</style>
border-color css
<style>
span { border-color: #B0533B; }
span { border-color: rgb(176,83,59); }
td.TdClassName
{
border-color: #B0533B;
}
.TagClassName
{
border-color: #B0533B;
}
</style>