#B15639

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

Shades of Orange Roughy #B15639

Tints of Orange Roughy #B15639

Color information

#B15639 (or 0xB15639) is unknown color: approx Orange Roughy. HEX triplet: B1, 56 and 39. RGB value is (177,86,57). Sum of RGB (Red+Green+Blue) = 177+86+57=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B15639 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15639 is #4EA9C6. Grayscale: #6E6E6E. Windows color (decimal): -5155271 or 3757745. OLE color: 3757745.

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

Color convert

RGB1778657-
CMYK00.510.680.31
HSL14.5º51.28%45.88%-
HSV(B)14.5º67.8%69.41%-
XYZ22.216.35.85-
YUV109.998.15175.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.31%
GREEN value IS 86 (33.98% from 255) = 26.88%
BLUE value IS 57 (22.66% from 255) = 17.81%
R=55.31%
G=26.88%
B=17.81%

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
Decimal177865700.510.680.3114.551.2845.88
HexB15639033441Ff332e
Octal2611267106310437176356
Binary10110001101011011100101100111000100111111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15639; }

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

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

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

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

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

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

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

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