#B45139

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

Shades of Orange Roughy #B45139

Tints of Orange Roughy #B45139

Color information

#B45139 (or 0xB45139) is unknown color: approx Orange Roughy. HEX triplet: B4, 51 and 39. RGB value is (180,81,57). Sum of RGB (Red+Green+Blue) = 180+81+57=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B45139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B45139 is #4BAEC6. Grayscale: #6C6C6C. Windows color (decimal): -4959943 or 3756468. OLE color: 3756468.

HSL color Cylindrical-coordinate representation of color #B45139: hue angle of 11.71º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B45139 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB1808157-
CMYK00.550.680.29
HSL11.71º51.9%46.47%-
HSV(B)11.71º68.33%70.59%-
XYZ22.515.885.75-
YUV107.8699.3179.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 81 (32.03% from 255) = 25.47%
BLUE value IS 57 (22.66% from 255) = 17.92%
R=56.60%
G=25.47%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180815700.550.680.2911.7151.946.47
HexB45139037441Dc342e
Octal2641217106710435146456
Binary10110100101000111100101101111000100111011100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45139; }

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

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

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

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

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

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

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

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