Shades of Orange Roughy #B05338
Tints of Orange Roughy #B05338
RGB
CMYK
RGB Variations
Color information
#B05338 (or 0xB05338) is known color: Orange Roughy. HEX triplet: B0, 53 and 38. RGB value is (176,83,56). Sum of RGB (Red+Green+Blue) = 176+83+56=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B05338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05338 is #4FACC7. Grayscale: #6B6B6B. Windows color (decimal): -5221576 or 3691440. OLE color: 3691440.
HSL color Cylindrical-coordinate representation of color #B05338: hue angle of 13.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B05338 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 83 | 56 | - |
| CMYK | 0 | 0.53 | 0.68 | 0.31 |
| HSL | 13.5º | 0.52% | 0.45% | - |
| HSV(B) | 13.5º | 0.68% | 0.69% | - |
| XYZ | 21.71 | 15.7 | 5.63 | - |
| YUV | 107.73 | 98.81 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 83 | 56 | 0 | 0.53 | 0.68 | 0.31 | 13.5 | 0.52 | 0.45 |
| Hex | B0 | 53 | 38 | 0 | 35 | 44 | 1F | E | 34 | 2D |
| Octal | 260 | 123 | 70 | 0 | 65 | 104 | 37 | 16 | 64 | 55 |
| Binary | 10110000 | 1010011 | 111000 | 0 | 110101 | 1000100 | 11111 | 1110 | 110100 | 101101 |
Color Harmonies of #B05338
Complementary color
Monochromatic Colors of #B05338
Black with #B05338
Text Example
Text Example
White with #B05338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05338; }
p { color: rgb(176,83,56); }
H1.HeaderClassName
{
color: #B05338;
}
.AnyTagClassName
{
color: #B05338;
}
</style>
background-color css
<style>
a { background-color: #B05338; }
a { background-color: rgb(176,83,56); }
div.DivClassName
{
background-color: #B05338;
}
.BgClassName
{
background-color: #B05338;
}
</style>
border-color css
<style>
span { border-color: #B05338; }
span { border-color: rgb(176,83,56); }
td.TdClassName
{
border-color: #B05338;
}
.TagClassName
{
border-color: #B05338;
}
</style>