#B15739

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

Shades of Orange Roughy #B15739

Tints of Orange Roughy #B15739

Color information

#B15739 (or 0xB15739) is unknown color: approx Orange Roughy. HEX triplet: B1, 57 and 39. RGB value is (177,87,57). Sum of RGB (Red+Green+Blue) = 177+87+57=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B15739 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15739 is #4EA8C6. Grayscale: #6E6E6E. Windows color (decimal): -5155015 or 3758001. OLE color: 3758001.

HSL color Cylindrical-coordinate representation of color #B15739: hue angle of 15º 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 #B15739 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1778757-
CMYK00.510.680.31
HSL15º51.28%45.88%-
HSV(B)15º67.8%69.41%-
XYZ22.2816.465.87-
YUV110.4997.82175.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.14%
GREEN value IS 87 (34.38% from 255) = 27.10%
BLUE value IS 57 (22.66% from 255) = 17.76%
R=55.14%
G=27.10%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177875700.510.680.311551.2845.88
HexB15739033441Ff332e
Octal2611277106310437176356
Binary10110001101011111100101100111000100111111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15739; }

 p { color: rgb(177,87,57); }

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

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

 a { background-color: rgb(177,87,57); }

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

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

 span { border-color: rgb(177,87,57); }

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