#B86045

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

Shades of Flame Pea #B86045

Tints of Flame Pea #B86045

Color information

#B86045 (or 0xB86045) is unknown color: approx Flame Pea. HEX triplet: B8, 60 and 45. RGB value is (184,96,69). Sum of RGB (Red+Green+Blue) = 184+96+69=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B86045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86045 is #479FBA. Grayscale: #777777. Windows color (decimal): -4693947 or 4546744. OLE color: 4546744.

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

Color convert

RGB1849669-
CMYK00.480.620.28
HSL14.09º45.45%49.61%-
HSV(B)14.09º62.5%72.16%-
XYZ25.0218.997.98-
YUV119.2399.65174.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.72%
GREEN value IS 96 (37.89% from 255) = 27.51%
BLUE value IS 69 (27.34% from 255) = 19.77%
R=52.72%
G=27.51%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184966900.480.620.2814.0945.4549.61
HexB860450303E1Ce2d32
Octal2701401050607634165562
Binary10111000110000010001010110000111110111001110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86045; }

 p { color: rgb(184,96,69); }

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

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

 a { background-color: rgb(184,96,69); }

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

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

 span { border-color: rgb(184,96,69); }

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