#B3553D

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

Shades of Orange Roughy #B3553D

Tints of Orange Roughy #B3553D

Color information

#B3553D (or 0xB3553D) is unknown color: approx Orange Roughy. HEX triplet: B3, 55 and 3D. RGB value is (179,85,61). Sum of RGB (Red+Green+Blue) = 179+85+61=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3553D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3553D is #4CAAC2. Grayscale: #6E6E6E. Windows color (decimal): -5024451 or 4019635. OLE color: 4019635.

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

Color convert

RGB1798561-
CMYK00.530.660.30
HSL12.2º49.17%47.06%-
HSV(B)12.2º65.92%70.2%-
XYZ22.6816.426.39-
YUV110.37100.14176.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.08%
GREEN value IS 85 (33.59% from 255) = 26.15%
BLUE value IS 61 (24.22% from 255) = 18.77%
R=55.08%
G=26.15%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179856100.530.660.3012.249.1747.06
HexB3553D035421Ec312f
Octal2631257506510236146157
Binary10110011101010111110101101011000010111101100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3553D; }

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

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

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

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

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

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

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

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