Shades of Orange Roughy #B4543C
Tints of Orange Roughy #B4543C
RGB
CMYK
RGB Variations
Color information
#B4543C (or 0xB4543C) is known color: Orange Roughy. HEX triplet: B4, 54 and 3C. RGB value is (180,84,60). Sum of RGB (Red+Green+Blue) = 180+84+60=324 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.56% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 180 - color contains mainly: red. Hex color #B4543C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4543C is #4BABC3. Grayscale: #6E6E6E. Windows color (decimal): -4959172 or 3953844. OLE color: 3953844.
HSL color Cylindrical-coordinate representation of color #B4543C: hue angle of 12º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4543C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 60 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.29 |
| HSL | 12º | 0.5% | 0.47% | - |
| HSV(B) | 12º | 0.67% | 0.71% | - |
| XYZ | 22.81 | 16.37 | 6.23 | - |
| YUV | 109.97 | 99.8 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 60 | 0 | 0.53 | 0.67 | 0.29 | 12 | 0.5 | 0.47 |
| Hex | B4 | 54 | 3C | 0 | 35 | 43 | 1D | C | 32 | 2F |
| Octal | 264 | 124 | 74 | 0 | 65 | 103 | 35 | 14 | 62 | 57 |
| Binary | 10110100 | 1010100 | 111100 | 0 | 110101 | 1000011 | 11101 | 1100 | 110010 | 101111 |
Color Harmonies of #B4543C
Complementary color
Monochromatic Colors of #B4543C
Black with #B4543C
Text Example
Text Example
White with #B4543C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4543C; }
p { color: rgb(180,84,60); }
H1.HeaderClassName
{
color: #B4543C;
}
.AnyTagClassName
{
color: #B4543C;
}
</style>
background-color css
<style>
a { background-color: #B4543C; }
a { background-color: rgb(180,84,60); }
div.DivClassName
{
background-color: #B4543C;
}
.BgClassName
{
background-color: #B4543C;
}
</style>
border-color css
<style>
span { border-color: #B4543C; }
span { border-color: rgb(180,84,60); }
td.TdClassName
{
border-color: #B4543C;
}
.TagClassName
{
border-color: #B4543C;
}
</style>