Shades of Orange Roughy #B0533A
Tints of Orange Roughy #B0533A
RGB
CMYK
RGB Variations
Color information
#B0533A (or 0xB0533A) is known color: Orange Roughy. HEX triplet: B0, 53 and 3A. RGB value is (176,83,58). Sum of RGB (Red+Green+Blue) = 176+83+58=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 58 (23.05% from 255 or 18.30% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0533A is #4FACC5. Grayscale: #6C6C6C. Windows color (decimal): -5221574 or 3822512. OLE color: 3822512.
HSL color Cylindrical-coordinate representation of color #B0533A: hue angle of 12.71º 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 #B0533A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 58 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.31 |
| HSL | 12.71º | 0.5% | 0.46% | - |
| HSV(B) | 12.71º | 0.67% | 0.69% | - |
| XYZ | 21.76 | 15.72 | 5.89 | - |
| YUV | 107.96 | 99.81 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 58 | 0 | 0.53 | 0.67 | 0.31 | 12.71 | 0.5 | 0.46 |
| Hex | B0 | 53 | 3A | 0 | 35 | 43 | 1F | D | 32 | 2E |
| Octal | 260 | 123 | 72 | 0 | 65 | 103 | 37 | 15 | 62 | 56 |
| Binary | 10110000 | 1010011 | 111010 | 0 | 110101 | 1000011 | 11111 | 1101 | 110010 | 101110 |
Color Harmonies of #B0533A
Complementary color
Monochromatic Colors of #B0533A
Black with #B0533A
Text Example
Text Example
White with #B0533A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0533A; }
p { color: rgb(176,83,58); }
H1.HeaderClassName
{
color: #B0533A;
}
.AnyTagClassName
{
color: #B0533A;
}
</style>
background-color css
<style>
a { background-color: #B0533A; }
a { background-color: rgb(176,83,58); }
div.DivClassName
{
background-color: #B0533A;
}
.BgClassName
{
background-color: #B0533A;
}
</style>
border-color css
<style>
span { border-color: #B0533A; }
span { border-color: rgb(176,83,58); }
td.TdClassName
{
border-color: #B0533A;
}
.TagClassName
{
border-color: #B0533A;
}
</style>