#B86454

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

Shades of Flame Pea #B86454

Tints of Flame Pea #B86454

Color information

#B86454 (or 0xB86454) is unknown color: approx Flame Pea. HEX triplet: B8, 64 and 54. RGB value is (184,100,84). Sum of RGB (Red+Green+Blue) = 184+100+84=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B86454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86454 is #479BAB. Grayscale: #7B7B7B. Windows color (decimal): -4692908 or 5530808. OLE color: 5530808.

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

Color convert

RGB18410084-
CMYK00.460.540.28
HSL9.6º41.32%52.55%-
HSV(B)9.6º54.35%72.16%-
XYZ25.9219.9410.87-
YUV123.29105.83171.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 100 (39.45% from 255) = 27.17%
BLUE value IS 84 (33.20% from 255) = 22.83%
R=50%
G=27.17%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841008400.460.540.289.641.3252.55
HexB8645402E361Ca2935
Octal2701441240566634125165
Binary10111000110010010101000101110110110111001010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86454; }

 p { color: rgb(184,100,84); }

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

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

 a { background-color: rgb(184,100,84); }

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

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

 span { border-color: rgb(184,100,84); }

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