#B5543B

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

Shades of Orange Roughy #B5543B

Tints of Orange Roughy #B5543B

Color information

#B5543B (or 0xB5543B) is unknown color: approx Orange Roughy. HEX triplet: B5, 54 and 3B. RGB value is (181,84,59). Sum of RGB (Red+Green+Blue) = 181+84+59=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5543B is #4AABC4. Grayscale: #6E6E6E. Windows color (decimal): -4893637 or 3888309. OLE color: 3888309.

HSL color Cylindrical-coordinate representation of color #B5543B: hue angle of 12.3º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5543B is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB1818459-
CMYK00.540.670.29
HSL12.3º50.83%47.06%-
HSV(B)12.3º67.4%70.98%-
XYZ23.0216.486.11-
YUV110.1599.14178.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 55.86%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=55.86%
G=25.93%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181845900.540.670.2912.350.8347.06
HexB5543B036431Dc332f
Octal2651247306610335146357
Binary10110101101010011101101101101000011111011100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5543B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5543B; }

 p { color: rgb(181,84,59); }

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

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

 a { background-color: rgb(181,84,59); }

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

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

 span { border-color: rgb(181,84,59); }

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