Shades of Orange Roughy #B4543D
Tints of Orange Roughy #B4543D
RGB
CMYK
RGB Variations
Color information
#B4543D (or 0xB4543D) is known color: Orange Roughy. HEX triplet: B4, 54 and 3D. RGB value is (180,84,61). Sum of RGB (Red+Green+Blue) = 180+84+61=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B4543D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4543D is #4BABC2. Grayscale: #6E6E6E. Windows color (decimal): -4959171 or 4019380. OLE color: 4019380.
HSL color Cylindrical-coordinate representation of color #B4543D: hue angle of 11.6º 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 #B4543D is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 84 | 61 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.29 |
| HSL | 11.6º | 0.49% | 0.47% | - |
| HSV(B) | 11.6º | 0.66% | 0.71% | - |
| XYZ | 22.84 | 16.38 | 6.37 | - |
| YUV | 110.08 | 100.3 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 84 | 61 | 0 | 0.53 | 0.66 | 0.29 | 11.6 | 0.49 | 0.47 |
| Hex | B4 | 54 | 3D | 0 | 35 | 42 | 1D | C | 31 | 2F |
| Octal | 264 | 124 | 75 | 0 | 65 | 102 | 35 | 14 | 61 | 57 |
| Binary | 10110100 | 1010100 | 111101 | 0 | 110101 | 1000010 | 11101 | 1100 | 110001 | 101111 |
Color Harmonies of #B4543D
Complementary color
Monochromatic Colors of #B4543D
Black with #B4543D
Text Example
Text Example
White with #B4543D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4543D; }
p { color: rgb(180,84,61); }
H1.HeaderClassName
{
color: #B4543D;
}
.AnyTagClassName
{
color: #B4543D;
}
</style>
background-color css
<style>
a { background-color: #B4543D; }
a { background-color: rgb(180,84,61); }
div.DivClassName
{
background-color: #B4543D;
}
.BgClassName
{
background-color: #B4543D;
}
</style>
border-color css
<style>
span { border-color: #B4543D; }
span { border-color: rgb(180,84,61); }
td.TdClassName
{
border-color: #B4543D;
}
.TagClassName
{
border-color: #B4543D;
}
</style>