Shades of Orange Roughy #B04F3A
Tints of Orange Roughy #B04F3A
RGB
CMYK
RGB Variations
Color information
#B04F3A (or 0xB04F3A) is known color: Orange Roughy. HEX triplet: B0, 4F and 3A. RGB value is (176,79,58). Sum of RGB (Red+Green+Blue) = 176+79+58=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04F3A is #4FB0C5. Grayscale: #696969. Windows color (decimal): -5222598 or 3821488. OLE color: 3821488.
HSL color Cylindrical-coordinate representation of color #B04F3A: hue angle of 10.68º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B04F3A is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 79 | 58 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.31 |
| HSL | 10.68º | 0.5% | 0.46% | - |
| HSV(B) | 10.68º | 0.67% | 0.69% | - |
| XYZ | 21.46 | 15.13 | 5.79 | - |
| YUV | 105.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 79 | 58 | 0 | 0.55 | 0.67 | 0.31 | 10.68 | 0.5 | 0.46 |
| Hex | B0 | 4F | 3A | 0 | 37 | 43 | 1F | B | 32 | 2E |
| Octal | 260 | 117 | 72 | 0 | 67 | 103 | 37 | 13 | 62 | 56 |
| Binary | 10110000 | 1001111 | 111010 | 0 | 110111 | 1000011 | 11111 | 1011 | 110010 | 101110 |
Color Harmonies of #B04F3A
Complementary color
Monochromatic Colors of #B04F3A
Black with #B04F3A
Text Example
Text Example
White with #B04F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04F3A; }
p { color: rgb(176,79,58); }
H1.HeaderClassName
{
color: #B04F3A;
}
.AnyTagClassName
{
color: #B04F3A;
}
</style>
background-color css
<style>
a { background-color: #B04F3A; }
a { background-color: rgb(176,79,58); }
div.DivClassName
{
background-color: #B04F3A;
}
.BgClassName
{
background-color: #B04F3A;
}
</style>
border-color css
<style>
span { border-color: #B04F3A; }
span { border-color: rgb(176,79,58); }
td.TdClassName
{
border-color: #B04F3A;
}
.TagClassName
{
border-color: #B04F3A;
}
</style>