Shades of Orange Roughy #B0533E
Tints of Orange Roughy #B0533E
RGB
CMYK
RGB Variations
Color information
#B0533E (or 0xB0533E) is known color: Orange Roughy. HEX triplet: B0, 53 and 3E. RGB value is (176,83,62). Sum of RGB (Red+Green+Blue) = 176+83+62=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0533E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0533E is #4FACC1. Grayscale: #6C6C6C. Windows color (decimal): -5221570 or 4084656. OLE color: 4084656.
HSL color Cylindrical-coordinate representation of color #B0533E: hue angle of 11.05º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0533E is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 62 | - |
| CMYK | 0 | 0.53 | 0.65 | 0.31 |
| HSL | 11.05º | 0.48% | 0.47% | - |
| HSV(B) | 11.05º | 0.65% | 0.69% | - |
| XYZ | 21.87 | 15.76 | 6.45 | - |
| YUV | 108.41 | 101.81 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 62 | 0 | 0.53 | 0.65 | 0.31 | 11.05 | 0.48 | 0.47 |
| Hex | B0 | 53 | 3E | 0 | 35 | 41 | 1F | B | 30 | 2F |
| Octal | 260 | 123 | 76 | 0 | 65 | 101 | 37 | 13 | 60 | 57 |
| Binary | 10110000 | 1010011 | 111110 | 0 | 110101 | 1000001 | 11111 | 1011 | 110000 | 101111 |
Color Harmonies of #B0533E
Complementary color
Monochromatic Colors of #B0533E
Black with #B0533E
Text Example
Text Example
White with #B0533E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0533E; }
p { color: rgb(176,83,62); }
H1.HeaderClassName
{
color: #B0533E;
}
.AnyTagClassName
{
color: #B0533E;
}
</style>
background-color css
<style>
a { background-color: #B0533E; }
a { background-color: rgb(176,83,62); }
div.DivClassName
{
background-color: #B0533E;
}
.BgClassName
{
background-color: #B0533E;
}
</style>
border-color css
<style>
span { border-color: #B0533E; }
span { border-color: rgb(176,83,62); }
td.TdClassName
{
border-color: #B0533E;
}
.TagClassName
{
border-color: #B0533E;
}
</style>