Shades of Orange Roughy #B0583D
Tints of Orange Roughy #B0583D
RGB
CMYK
RGB Variations
Color information
#B0583D (or 0xB0583D) is known color: Orange Roughy. HEX triplet: B0, 58 and 3D. RGB value is (176,88,61). Sum of RGB (Red+Green+Blue) = 176+88+61=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0583D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0583D is #4FA7C2. Grayscale: #6F6F6F. Windows color (decimal): -5220291 or 4020400. OLE color: 4020400.
HSL color Cylindrical-coordinate representation of color #B0583D: hue angle of 14.09º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0583D is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 88 | 61 | - |
| CMYK | 0 | 0.50 | 0.65 | 0.31 |
| HSL | 14.09º | 0.49% | 0.46% | - |
| HSV(B) | 14.09º | 0.65% | 0.69% | - |
| XYZ | 22.24 | 16.55 | 6.44 | - |
| YUV | 111.23 | 99.65 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 88 | 61 | 0 | 0.50 | 0.65 | 0.31 | 14.09 | 0.49 | 0.46 |
| Hex | B0 | 58 | 3D | 0 | 32 | 41 | 1F | E | 31 | 2E |
| Octal | 260 | 130 | 75 | 0 | 62 | 101 | 37 | 16 | 61 | 56 |
| Binary | 10110000 | 1011000 | 111101 | 0 | 110010 | 1000001 | 11111 | 1110 | 110001 | 101110 |
Color Harmonies of #B0583D
Complementary color
Monochromatic Colors of #B0583D
Black with #B0583D
Text Example
Text Example
White with #B0583D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0583D; }
p { color: rgb(176,88,61); }
H1.HeaderClassName
{
color: #B0583D;
}
.AnyTagClassName
{
color: #B0583D;
}
</style>
background-color css
<style>
a { background-color: #B0583D; }
a { background-color: rgb(176,88,61); }
div.DivClassName
{
background-color: #B0583D;
}
.BgClassName
{
background-color: #B0583D;
}
</style>
border-color css
<style>
span { border-color: #B0583D; }
span { border-color: rgb(176,88,61); }
td.TdClassName
{
border-color: #B0583D;
}
.TagClassName
{
border-color: #B0583D;
}
</style>