Shades of Orange Roughy #B4543E
Tints of Orange Roughy #B4543E
RGB
CMYK
RGB Variations
Color information
#B4543E (or 0xB4543E) is known color: Orange Roughy. HEX triplet: B4, 54 and 3E. RGB value is (180,84,62). Sum of RGB (Red+Green+Blue) = 180+84+62=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4543E is #4BABC1. Grayscale: #6E6E6E. Windows color (decimal): -4959170 or 4084916. OLE color: 4084916.
HSL color Cylindrical-coordinate representation of color #B4543E: hue angle of 11.19º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4543E is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 62 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.29 |
| HSL | 11.19º | 0.49% | 0.47% | - |
| HSV(B) | 11.19º | 0.66% | 0.71% | - |
| XYZ | 22.86 | 16.39 | 6.52 | - |
| YUV | 110.2 | 100.8 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 62 | 0 | 0.53 | 0.66 | 0.29 | 11.19 | 0.49 | 0.47 |
| Hex | B4 | 54 | 3E | 0 | 35 | 42 | 1D | B | 31 | 2F |
| Octal | 264 | 124 | 76 | 0 | 65 | 102 | 35 | 13 | 61 | 57 |
| Binary | 10110100 | 1010100 | 111110 | 0 | 110101 | 1000010 | 11101 | 1011 | 110001 | 101111 |
Color Harmonies of #B4543E
Complementary color
Monochromatic Colors of #B4543E
Black with #B4543E
Text Example
Text Example
White with #B4543E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4543E; }
p { color: rgb(180,84,62); }
H1.HeaderClassName
{
color: #B4543E;
}
.AnyTagClassName
{
color: #B4543E;
}
</style>
background-color css
<style>
a { background-color: #B4543E; }
a { background-color: rgb(180,84,62); }
div.DivClassName
{
background-color: #B4543E;
}
.BgClassName
{
background-color: #B4543E;
}
</style>
border-color css
<style>
span { border-color: #B4543E; }
span { border-color: rgb(180,84,62); }
td.TdClassName
{
border-color: #B4543E;
}
.TagClassName
{
border-color: #B4543E;
}
</style>