Shades of Orange Roughy #B4573C
Tints of Orange Roughy #B4573C
RGB
CMYK
RGB Variations
Color information
#B4573C (or 0xB4573C) is known color: Orange Roughy. HEX triplet: B4, 57 and 3C. RGB value is (180,87,60). Sum of RGB (Red+Green+Blue) = 180+87+60=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 87 (34.38% from 255 or 26.61% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4573C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4573C is #4BA8C3. Grayscale: #6F6F6F. Windows color (decimal): -4958404 or 3954612. OLE color: 3954612.
HSL color Cylindrical-coordinate representation of color #B4573C: hue angle of 13.5º 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 #B4573C is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 87 | 60 | - |
| CMYK | 0 | 0.52 | 0.67 | 0.29 |
| HSL | 13.5º | 0.5% | 0.47% | - |
| HSV(B) | 13.5º | 0.67% | 0.71% | - |
| XYZ | 23.05 | 16.85 | 6.31 | - |
| YUV | 111.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 87 | 60 | 0 | 0.52 | 0.67 | 0.29 | 13.5 | 0.5 | 0.47 |
| Hex | B4 | 57 | 3C | 0 | 34 | 43 | 1D | E | 32 | 2F |
| Octal | 264 | 127 | 74 | 0 | 64 | 103 | 35 | 16 | 62 | 57 |
| Binary | 10110100 | 1010111 | 111100 | 0 | 110100 | 1000011 | 11101 | 1110 | 110010 | 101111 |
Color Harmonies of #B4573C
Complementary color
Monochromatic Colors of #B4573C
Black with #B4573C
Text Example
Text Example
White with #B4573C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4573C; }
p { color: rgb(180,87,60); }
H1.HeaderClassName
{
color: #B4573C;
}
.AnyTagClassName
{
color: #B4573C;
}
</style>
background-color css
<style>
a { background-color: #B4573C; }
a { background-color: rgb(180,87,60); }
div.DivClassName
{
background-color: #B4573C;
}
.BgClassName
{
background-color: #B4573C;
}
</style>
border-color css
<style>
span { border-color: #B4573C; }
span { border-color: rgb(180,87,60); }
td.TdClassName
{
border-color: #B4573C;
}
.TagClassName
{
border-color: #B4573C;
}
</style>