#b05139

Color #B05139 Orange Roughy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Roughy #B05139

Tints of Orange Roughy #B05139

Color information

#B05139 (or 0xB05139) is unknown color: approx Orange Roughy. HEX triplet: B0, 51 and 39. RGB value is (176,81,57). Sum of RGB (Red+Green+Blue) = 176+81+57=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 57 (22.66% from 255 or 18.15% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B05139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05139 is #4FAEC6. Grayscale: #6A6A6A. Windows color (decimal): -5222087 or 3756464. OLE color: 3756464.

HSL color Cylindrical-coordinate representation of color #B05139: hue angle of 12.1º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B05139 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1768157-
CMYK00.540.680.31
HSL12.1º51.07%45.69%-
HSV(B)12.1º67.61%69.02%-
XYZ21.5915.415.71-
YUV106.6799.97177.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 81 (32.03% from 255) = 25.80%
BLUE value IS 57 (22.66% from 255) = 18.15%
R=56.05%
G=25.80%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176815700.540.680.3112.151.0745.69
HexB05139036441Fc332e
Octal2601217106610437146356
Binary10110000101000111100101101101000100111111100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05139; }

 p { color: rgb(176,81,57); }

 H1.HeaderClassName
 {
   color: #b05139;
 }
 .AnyTagClassName
 {
   color: #b05139;
 }
</style>
background-color css

<style>
 a { background-color: #b05139; }

 a { background-color: rgb(176,81,57); }

 div.DivClassName
 {
   background-color: #b05139;
 }
 .BgClassName
 {
   background-color: #b05139;
 }
</style>
border-color css

<style>
 span { border-color: #b05139; }

 span { border-color: rgb(176,81,57); }

 td.TdClassName
 {
   border-color: #b05139;
 }
 .TagClassName
 {
   border-color: #b05139;
 }
</style>