Shades of Orange Roughy #B3513C
Tints of Orange Roughy #B3513C
RGB
CMYK
RGB Variations
Color information
#B3513C (or 0xB3513C) is known color: Orange Roughy. HEX triplet: B3, 51 and 3C. RGB value is (179,81,60). Sum of RGB (Red+Green+Blue) = 179+81+60=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3513C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3513C is #4CAEC3. Grayscale: #6C6C6C. Windows color (decimal): -5025476 or 3953075. OLE color: 3953075.
HSL color Cylindrical-coordinate representation of color #B3513C: hue angle of 10.59º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3513C is Cyan = 0, Magento = 0.55, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 60 | - |
| CMYK | 0 | 0.55 | 0.66 | 0.30 |
| HSL | 10.59º | 0.5% | 0.47% | - |
| HSV(B) | 10.59º | 0.66% | 0.7% | - |
| XYZ | 22.35 | 15.79 | 6.15 | - |
| YUV | 107.91 | 100.97 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 60 | 0 | 0.55 | 0.66 | 0.30 | 10.59 | 0.5 | 0.47 |
| Hex | B3 | 51 | 3C | 0 | 37 | 42 | 1E | B | 32 | 2F |
| Octal | 263 | 121 | 74 | 0 | 67 | 102 | 36 | 13 | 62 | 57 |
| Binary | 10110011 | 1010001 | 111100 | 0 | 110111 | 1000010 | 11110 | 1011 | 110010 | 101111 |
Color Harmonies of #B3513C
Complementary color
Monochromatic Colors of #B3513C
Black with #B3513C
Text Example
Text Example
White with #B3513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3513C; }
p { color: rgb(179,81,60); }
H1.HeaderClassName
{
color: #B3513C;
}
.AnyTagClassName
{
color: #B3513C;
}
</style>
background-color css
<style>
a { background-color: #B3513C; }
a { background-color: rgb(179,81,60); }
div.DivClassName
{
background-color: #B3513C;
}
.BgClassName
{
background-color: #B3513C;
}
</style>
border-color css
<style>
span { border-color: #B3513C; }
span { border-color: rgb(179,81,60); }
td.TdClassName
{
border-color: #B3513C;
}
.TagClassName
{
border-color: #B3513C;
}
</style>