Shades of Orange Roughy #B0513C
Tints of Orange Roughy #B0513C
RGB
CMYK
RGB Variations
Color information
#B0513C (or 0xB0513C) is known color: Orange Roughy. HEX triplet: B0, 51 and 3C. RGB value is (176,81,60). Sum of RGB (Red+Green+Blue) = 176+81+60=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 60 (23.83% from 255 or 18.93% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B0513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0513C is #4FAEC3. Grayscale: #6B6B6B. Windows color (decimal): -5222084 or 3953072. OLE color: 3953072.
HSL color Cylindrical-coordinate representation of color #B0513C: hue angle of 10.86º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0513C is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
RGB | 176 | 81 | 60 | - |
CMYK | 0 | 0.54 | 0.66 | 0.31 |
HSL | 10.86º | 0.49% | 0.46% | - |
HSV(B) | 10.86º | 0.66% | 0.69% | - |
XYZ | 21.66 | 15.44 | 6.11 | - |
YUV | 107.01 | 101.47 | 177.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 81 | 60 | 0 | 0.54 | 0.66 | 0.31 | 10.86 | 0.49 | 0.46 |
Hex | B0 | 51 | 3C | 0 | 36 | 42 | 1F | B | 31 | 2E |
Octal | 260 | 121 | 74 | 0 | 66 | 102 | 37 | 13 | 61 | 56 |
Binary | 10110000 | 1010001 | 111100 | 0 | 110110 | 1000010 | 11111 | 1011 | 110001 | 101110 |
Color Harmonies of #B0513C
Complementary color
Monochromatic Colors of #B0513C
Black with #B0513C
Text Example
Text Example
White with #B0513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0513C; }
p { color: rgb(176,81,60); }
H1.HeaderClassName
{
color: #B0513C;
}
.AnyTagClassName
{
color: #B0513C;
}
</style>
background-color css
<style>
a { background-color: #B0513C; }
a { background-color: rgb(176,81,60); }
div.DivClassName
{
background-color: #B0513C;
}
.BgClassName
{
background-color: #B0513C;
}
</style>
border-color css
<style>
span { border-color: #B0513C; }
span { border-color: rgb(176,81,60); }
td.TdClassName
{
border-color: #B0513C;
}
.TagClassName
{
border-color: #B0513C;
}
</style>