#B86144

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

Shades of Flame Pea #B86144

Tints of Flame Pea #B86144

Color information

#B86144 (or 0xB86144) is unknown color: approx Flame Pea. HEX triplet: B8, 61 and 44. RGB value is (184,97,68). Sum of RGB (Red+Green+Blue) = 184+97+68=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 97 (38.28% from 255 or 27.79% from 349); Blue value is 68 (26.95% from 255 or 19.48% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B86144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86144 is #479EBB. Grayscale: #777777. Windows color (decimal): -4693692 or 4481464. OLE color: 4481464.

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

Color convert

RGB1849768-
CMYK00.470.630.28
HSL15º46.03%49.41%-
HSV(B)15º63.04%72.16%-
XYZ25.0919.167.84-
YUV119.7198.82173.86-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 97 (38.28% from 255) = 27.79%
BLUE value IS 68 (26.95% from 255) = 19.48%
R=52.72%
G=27.79%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184976800.470.630.281546.0349.41
HexB8614402F3F1Cf2e31
Octal2701411040577734175661
Binary10111000110000110001000101111111111111001111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86144; }

 p { color: rgb(184,97,68); }

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

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

 a { background-color: rgb(184,97,68); }

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

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

 span { border-color: rgb(184,97,68); }

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