#B86250

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

Shades of Flame Pea #B86250

Tints of Flame Pea #B86250

Color information

#B86250 (or 0xB86250) is unknown color: approx Flame Pea. HEX triplet: B8, 62 and 50. RGB value is (184,98,80). Sum of RGB (Red+Green+Blue) = 184+98+80=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 80 (31.64% from 255 or 22.10% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B86250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86250 is #479DAF. Grayscale: #797979. Windows color (decimal): -4693424 or 5268152. OLE color: 5268152.

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

Color convert

RGB1849880-
CMYK00.470.570.28
HSL10.38º42.28%51.76%-
HSV(B)10.38º56.52%72.16%-
XYZ25.5819.510.01-
YUV121.66104.49172.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.83%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 80 (31.64% from 255) = 22.10%
R=50.83%
G=27.07%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184988000.470.570.2810.3842.2851.76
HexB8625002F391Ca2a34
Octal2701421200577134125264
Binary10111000110001010100000101111111001111001010101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86250; }

 p { color: rgb(184,98,80); }

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

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

 a { background-color: rgb(184,98,80); }

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

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

 span { border-color: rgb(184,98,80); }

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