#B55643

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

Shades of Flame Pea #B55643

Tints of Flame Pea #B55643

Color information

#B55643 (or 0xB55643) is unknown color: approx Flame Pea. HEX triplet: B5, 56 and 43. RGB value is (181,86,67). Sum of RGB (Red+Green+Blue) = 181+86+67=334 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.19% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 67 (26.56% from 255 or 20.06% from 334); Max value from RGB is 181 - color contains mainly: red. Hex color #B55643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55643 is #4AA9BC. Grayscale: #707070. Windows color (decimal): -4893117 or 4413109. OLE color: 4413109.

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

Color convert

RGB1818667-
CMYK00.520.630.29
HSL10º45.97%48.63%-
HSV(B)10º62.98%70.98%-
XYZ23.416.887.34-
YUV112.24102.47177.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 54.19%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 67 (26.56% from 255) = 20.06%
R=54.19%
G=25.75%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181866700.520.630.291045.9748.63
HexB556430343F1Da2e31
Octal2651261030647735125661
Binary10110101101011010000110110100111111111011010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B55643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B55643; }

 p { color: rgb(181,86,67); }

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

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

 a { background-color: rgb(181,86,67); }

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

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

 span { border-color: rgb(181,86,67); }

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