#B2543D

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

Shades of Orange Roughy #B2543D

Tints of Orange Roughy #B2543D

Color information

#B2543D (or 0xB2543D) is unknown color: approx Orange Roughy. HEX triplet: B2, 54 and 3D. RGB value is (178,84,61). Sum of RGB (Red+Green+Blue) = 178+84+61=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2543D is #4DABC2. Grayscale: #6D6D6D. Windows color (decimal): -5090243 or 4019378. OLE color: 4019378.

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

Color convert

RGB1788461-
CMYK00.530.660.30
HSL11.79º48.95%46.86%-
HSV(B)11.79º65.73%69.8%-
XYZ22.3716.146.35-
YUV109.48100.64176.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.11%
GREEN value IS 84 (33.20% from 255) = 26.01%
BLUE value IS 61 (24.22% from 255) = 18.89%
R=55.11%
G=26.01%
B=18.89%

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
Decimal178846100.530.660.3011.7948.9546.86
HexB2543D035421Ec312f
Octal2621247506510236146157
Binary10110010101010011110101101011000010111101100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2543D; }

 p { color: rgb(178,84,61); }

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

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

 a { background-color: rgb(178,84,61); }

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

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

 span { border-color: rgb(178,84,61); }

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