#B3563D

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

Shades of Orange Roughy #B3563D

Tints of Orange Roughy #B3563D

Color information

#B3563D (or 0xB3563D) is unknown color: approx Orange Roughy. HEX triplet: B3, 56 and 3D. RGB value is (179,86,61). Sum of RGB (Red+Green+Blue) = 179+86+61=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3563D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3563D is #4CA9C2. Grayscale: #6F6F6F. Windows color (decimal): -5024195 or 4019891. OLE color: 4019891.

HSL color Cylindrical-coordinate representation of color #B3563D: hue angle of 12.71º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3563D is Cyan = 0, Magento = 0.52, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB1798661-
CMYK00.520.660.30
HSL12.71º49.17%47.06%-
HSV(B)12.71º65.92%70.2%-
XYZ22.7616.586.41-
YUV110.9699.81176.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 54.91%
GREEN value IS 86 (33.98% from 255) = 26.38%
BLUE value IS 61 (24.22% from 255) = 18.71%
R=54.91%
G=26.38%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179866100.520.660.3012.7149.1747.06
HexB3563D034421Ed312f
Octal2631267506410236156157
Binary10110011101011011110101101001000010111101101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3563D; }

 p { color: rgb(179,86,61); }

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

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

 a { background-color: rgb(179,86,61); }

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

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

 span { border-color: rgb(179,86,61); }

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