#B0563C

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

Shades of Orange Roughy #B0563C

Tints of Orange Roughy #B0563C

Color information

#B0563C (or 0xB0563C) is unknown color: approx Orange Roughy. HEX triplet: B0, 56 and 3C. RGB value is (176,86,60). Sum of RGB (Red+Green+Blue) = 176+86+60=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0563C is #4FA9C3. Grayscale: #6E6E6E. Windows color (decimal): -5220804 or 3954352. OLE color: 3954352.

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

Color convert

RGB1768660-
CMYK00.510.660.31
HSL13.45º49.15%46.27%-
HSV(B)13.45º65.91%69.02%-
XYZ22.0516.216.24-
YUV109.9599.82175.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 86 (33.98% from 255) = 26.71%
BLUE value IS 60 (23.83% from 255) = 18.63%
R=54.66%
G=26.71%
B=18.63%

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
Decimal176866000.510.660.3113.4549.1546.27
HexB0563C033421Fd312e
Octal2601267406310237156156
Binary10110000101011011110001100111000010111111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0563C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0563C; }

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

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

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

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

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

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

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

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