#B86452

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

Shades of Flame Pea #B86452

Tints of Flame Pea #B86452

Color information

#B86452 (or 0xB86452) is unknown color: approx Flame Pea. HEX triplet: B8, 64 and 52. RGB value is (184,100,82). Sum of RGB (Red+Green+Blue) = 184+100+82=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 82 (32.42% from 255 or 22.40% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B86452 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86452 is #479BAD. Grayscale: #7B7B7B. Windows color (decimal): -4692910 or 5399736. OLE color: 5399736.

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

Color convert

RGB18410082-
CMYK00.460.550.28
HSL10.59º41.8%52.16%-
HSV(B)10.59º55.43%72.16%-
XYZ25.8519.9110.46-
YUV123.06104.83171.46-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 82 (32.42% from 255) = 22.40%
R=50.27%
G=27.32%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841008200.460.550.2810.5941.852.16
HexB8645202E371Cb2a34
Octal2701441220566734135264
Binary10111000110010010100100101110110111111001011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86452; }

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

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

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

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

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

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

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

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