#B86551

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

Shades of Flame Pea #B86551

Tints of Flame Pea #B86551

Color information

#B86551 (or 0xB86551) is unknown color: approx Flame Pea. HEX triplet: B8, 65 and 51. RGB value is (184,101,81). Sum of RGB (Red+Green+Blue) = 184+101+81=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B86551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86551 is #479AAE. Grayscale: #7B7B7B. Windows color (decimal): -4692655 or 5334456. OLE color: 5334456.

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

Color convert

RGB18410181-
CMYK00.450.560.28
HSL11.65º42.04%51.96%-
HSV(B)11.65º55.98%72.16%-
XYZ25.9120.0910.3-
YUV123.54104171.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=50.27%
G=27.60%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841018100.450.560.2811.6542.0451.96
HexB8655102D381Cc2a34
Octal2701451210557034145264
Binary10111000110010110100010101101111000111001100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86551; }

 p { color: rgb(184,101,81); }

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

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

 a { background-color: rgb(184,101,81); }

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

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

 span { border-color: rgb(184,101,81); }

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