#B15537

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

Shades of Orange Roughy #B15537

Tints of Orange Roughy #B15537

Color information

#B15537 (or 0xB15537) is unknown color: approx Orange Roughy. HEX triplet: B1, 55 and 37. RGB value is (177,85,55). Sum of RGB (Red+Green+Blue) = 177+85+55=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B15537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15537 is #4EAAC8. Grayscale: #6D6D6D. Windows color (decimal): -5155529 or 3626417. OLE color: 3626417.

HSL color Cylindrical-coordinate representation of color #B15537: hue angle of 14.75º degrees, saturation: 0.53, 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 #B15537 is Cyan = 0, Magento = 0.52, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB1778555-
CMYK00.520.690.31
HSL14.75º52.59%45.49%-
HSV(B)14.75º68.93%69.41%-
XYZ22.0716.125.56-
YUV109.0997.48176.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 55.84%
GREEN value IS 85 (33.59% from 255) = 26.81%
BLUE value IS 55 (21.88% from 255) = 17.35%
R=55.84%
G=26.81%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.69
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177855500.520.690.3114.7552.5945.49
HexB15537034451Ff352d
Octal2611256706410537176555
Binary10110001101010111011101101001000101111111111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15537; }

 p { color: rgb(177,85,55); }

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

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

 a { background-color: rgb(177,85,55); }

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

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

 span { border-color: rgb(177,85,55); }

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