Shades of Orange Roughy #B0543E
Tints of Orange Roughy #B0543E
RGB
CMYK
RGB Variations
Color information
#B0543E (or 0xB0543E) is known color: Orange Roughy. HEX triplet: B0, 54 and 3E. RGB value is (176,84,62). Sum of RGB (Red+Green+Blue) = 176+84+62=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 62 (24.61% from 255 or 19.25% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0543E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0543E is #4FABC1. Grayscale: #6D6D6D. Windows color (decimal): -5221314 or 4084912. OLE color: 4084912.
HSL color Cylindrical-coordinate representation of color #B0543E: hue angle of 11.58º 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 #B0543E is Cyan = 0, Magento = 0.52, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 84 | 62 | - |
| CMYK | 0 | 0.52 | 0.65 | 0.31 |
| HSL | 11.58º | 0.48% | 0.47% | - |
| HSV(B) | 11.58º | 0.65% | 0.69% | - |
| XYZ | 21.94 | 15.92 | 6.47 | - |
| YUV | 109 | 101.48 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 84 | 62 | 0 | 0.52 | 0.65 | 0.31 | 11.58 | 0.48 | 0.47 |
| Hex | B0 | 54 | 3E | 0 | 34 | 41 | 1F | C | 30 | 2F |
| Octal | 260 | 124 | 76 | 0 | 64 | 101 | 37 | 14 | 60 | 57 |
| Binary | 10110000 | 1010100 | 111110 | 0 | 110100 | 1000001 | 11111 | 1100 | 110000 | 101111 |
Color Harmonies of #B0543E
Complementary color
Monochromatic Colors of #B0543E
Black with #B0543E
Text Example
Text Example
White with #B0543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0543E; }
p { color: rgb(176,84,62); }
H1.HeaderClassName
{
color: #B0543E;
}
.AnyTagClassName
{
color: #B0543E;
}
</style>
background-color css
<style>
a { background-color: #B0543E; }
a { background-color: rgb(176,84,62); }
div.DivClassName
{
background-color: #B0543E;
}
.BgClassName
{
background-color: #B0543E;
}
</style>
border-color css
<style>
span { border-color: #B0543E; }
span { border-color: rgb(176,84,62); }
td.TdClassName
{
border-color: #B0543E;
}
.TagClassName
{
border-color: #B0543E;
}
</style>