#B7543F

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

Shades of Flame Pea #B7543F

Tints of Flame Pea #B7543F

Color information

#B7543F (or 0xB7543F) is unknown color: approx Flame Pea. HEX triplet: B7, 54 and 3F. RGB value is (183,84,63). Sum of RGB (Red+Green+Blue) = 183+84+63=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7543F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7543F is #48ABC0. Grayscale: #6F6F6F. Windows color (decimal): -4762561 or 4150455. OLE color: 4150455.

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

Color convert

RGB1838463-
CMYK00.540.660.28
HSL10.5º48.78%48.24%-
HSV(B)10.5º65.57%71.76%-
XYZ23.616.776.7-
YUV111.21100.8179.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 55.45%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 63 (25% from 255) = 19.09%
R=55.45%
G=25.45%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183846300.540.660.2810.548.7848.24
HexB7543F036421Cb3130
Octal2671247706610234136160
Binary10110111101010011111101101101000010111001011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7543F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7543F; }

 p { color: rgb(183,84,63); }

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

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

 a { background-color: rgb(183,84,63); }

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

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

 span { border-color: rgb(183,84,63); }

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