#B1573C

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

Shades of Orange Roughy #B1573C

Tints of Orange Roughy #B1573C

Color information

#B1573C (or 0xB1573C) is unknown color: approx Orange Roughy. HEX triplet: B1, 57 and 3C. RGB value is (177,87,60). Sum of RGB (Red+Green+Blue) = 177+87+60=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1573C is #4EA8C3. Grayscale: #6F6F6F. Windows color (decimal): -5155012 or 3954609. OLE color: 3954609.

HSL color Cylindrical-coordinate representation of color #B1573C: hue angle of 13.85º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1573C is Cyan = 0, Magento = 0.51, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1778760-
CMYK00.510.660.31
HSL13.85º49.37%46.47%-
HSV(B)13.85º66.1%69.41%-
XYZ22.3616.496.28-
YUV110.8399.32175.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 54.63%
GREEN value IS 87 (34.38% from 255) = 26.85%
BLUE value IS 60 (23.83% from 255) = 18.52%
R=54.63%
G=26.85%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177876000.510.660.3113.8549.3746.47
HexB1573C033421Fe312e
Octal2611277406310237166156
Binary10110001101011111110001100111000010111111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1573C; }

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

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

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

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

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

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

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

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