#B0573C

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

Shades of Orange Roughy #B0573C

Tints of Orange Roughy #B0573C

Color information

#B0573C (or 0xB0573C) is unknown color: approx Orange Roughy. HEX triplet: B0, 57 and 3C. RGB value is (176,87,60). Sum of RGB (Red+Green+Blue) = 176+87+60=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B0573C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0573C is #4FA8C3. Grayscale: #6E6E6E. Windows color (decimal): -5220548 or 3954608. OLE color: 3954608.

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

Color convert

RGB1768760-
CMYK00.510.660.31
HSL13.97º49.15%46.27%-
HSV(B)13.97º65.91%69.02%-
XYZ22.1316.376.27-
YUV110.5399.49174.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.49%
GREEN value IS 87 (34.38% from 255) = 26.93%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=54.49%
G=26.93%
B=18.58%

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
Decimal176876000.510.660.3113.9749.1546.27
HexB0573C033421Fe312e
Octal2601277406310237166156
Binary10110000101011111110001100111000010111111110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0573C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0573C; }

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

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

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

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

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

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

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

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