#B6543E

Color #B6543E Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #B6543E

Tints of Flame Pea #B6543E

Color information

#B6543E (or 0xB6543E) is unknown color: approx Flame Pea. HEX triplet: B6, 54 and 3E. RGB value is (182,84,62). Sum of RGB (Red+Green+Blue) = 182+84+62=328 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.49% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 182 - color contains mainly: red. Hex color #B6543E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B6543E is #49ABC1. Grayscale: #6E6E6E. Windows color (decimal): -4828098 or 4084918. OLE color: 4084918.

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

Color convert

RGB1828462-
CMYK00.540.660.29
HSL11º49.18%47.84%-
HSV(B)11º65.93%71.37%-
XYZ23.3316.636.54-
YUV110.79100.47178.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 55.49%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 62 (24.61% from 255) = 18.90%
R=55.49%
G=25.61%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182846200.540.660.291149.1847.84
HexB6543E036421Db3130
Octal2661247606610235136160
Binary10110110101010011111001101101000010111011011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6543E; }

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

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

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

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

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

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

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

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