#B05137

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

Shades of Orange Roughy #B05137

Tints of Orange Roughy #B05137

Color information

#B05137 (or 0xB05137) is unknown color: approx Orange Roughy. HEX triplet: B0, 51 and 37. RGB value is (176,81,55). Sum of RGB (Red+Green+Blue) = 176+81+55=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B05137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05137 is #4FAEC8. Grayscale: #6A6A6A. Windows color (decimal): -5222089 or 3625392. OLE color: 3625392.

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

Color convert

RGB1768155-
CMYK00.540.690.31
HSL12.89º52.38%45.29%-
HSV(B)12.89º68.75%69.02%-
XYZ21.5415.395.45-
YUV106.4498.97177.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.41%
GREEN value IS 81 (32.03% from 255) = 25.96%
BLUE value IS 55 (21.88% from 255) = 17.63%
R=56.41%
G=25.96%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176815500.540.690.3112.8952.3845.29
HexB05137036451Fd342d
Octal2601216706610537156455
Binary10110000101000111011101101101000101111111101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05137; }

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

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

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

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

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

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

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

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