#B4543E

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

Shades of Orange Roughy #B4543E

Tints of Orange Roughy #B4543E

Color information

#B4543E (or 0xB4543E) is unknown color: approx Orange Roughy. HEX triplet: B4, 54 and 3E. RGB value is (180,84,62). Sum of RGB (Red+Green+Blue) = 180+84+62=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 84 (33.20% from 255 or 25.77% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4543E is #4BABC1. Grayscale: #6E6E6E. Windows color (decimal): -4959170 or 4084916. OLE color: 4084916.

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

Color convert

RGB1808462-
CMYK00.530.660.29
HSL11.19º48.76%47.45%-
HSV(B)11.19º65.56%70.59%-
XYZ22.8616.396.52-
YUV110.2100.8177.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 55.21%
GREEN value IS 84 (33.20% from 255) = 25.77%
BLUE value IS 62 (24.61% from 255) = 19.02%
R=55.21%
G=25.77%
B=19.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180846200.530.660.2911.1948.7647.45
HexB4543E035421Db312f
Octal2641247606510235136157
Binary10110100101010011111001101011000010111011011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4543E; }

 p { color: rgb(180,84,62); }

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

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

 a { background-color: rgb(180,84,62); }

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

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

 span { border-color: rgb(180,84,62); }

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