Shades of Orange Roughy #B5553C
Tints of Orange Roughy #B5553C
RGB
CMYK
RGB Variations
Color information
#B5553C (or 0xB5553C) is known color: Orange Roughy. HEX triplet: B5, 55 and 3C. RGB value is (181,85,60). Sum of RGB (Red+Green+Blue) = 181+85+60=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5553C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5553C is #4AAAC3. Grayscale: #6F6F6F. Windows color (decimal): -4893380 or 3954101. OLE color: 3954101.
HSL color Cylindrical-coordinate representation of color #B5553C: hue angle of 12.4º 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 #B5553C is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 85 | 60 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.29 |
| HSL | 12.4º | 0.5% | 0.47% | - |
| HSV(B) | 12.4º | 0.67% | 0.71% | - |
| XYZ | 23.12 | 16.65 | 6.27 | - |
| YUV | 110.85 | 99.3 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 85 | 60 | 0 | 0.53 | 0.67 | 0.29 | 12.4 | 0.5 | 0.47 |
| Hex | B5 | 55 | 3C | 0 | 35 | 43 | 1D | C | 32 | 2F |
| Octal | 265 | 125 | 74 | 0 | 65 | 103 | 35 | 14 | 62 | 57 |
| Binary | 10110101 | 1010101 | 111100 | 0 | 110101 | 1000011 | 11101 | 1100 | 110010 | 101111 |
Color Harmonies of #B5553C
Complementary color
Monochromatic Colors of #B5553C
Black with #B5553C
Text Example
Text Example
White with #B5553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5553C; }
p { color: rgb(181,85,60); }
H1.HeaderClassName
{
color: #B5553C;
}
.AnyTagClassName
{
color: #B5553C;
}
</style>
background-color css
<style>
a { background-color: #B5553C; }
a { background-color: rgb(181,85,60); }
div.DivClassName
{
background-color: #B5553C;
}
.BgClassName
{
background-color: #B5553C;
}
</style>
border-color css
<style>
span { border-color: #B5553C; }
span { border-color: rgb(181,85,60); }
td.TdClassName
{
border-color: #B5553C;
}
.TagClassName
{
border-color: #B5553C;
}
</style>