#B8654E

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

Shades of Flame Pea #B8654E

Tints of Flame Pea #B8654E

Color information

#B8654E (or 0xB8654E) is unknown color: approx Flame Pea. HEX triplet: B8, 65 and 4E. RGB value is (184,101,78). Sum of RGB (Red+Green+Blue) = 184+101+78=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 78 (30.86% from 255 or 21.49% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8654E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8654E is #479AB1. Grayscale: #7B7B7B. Windows color (decimal): -4692658 or 5137848. OLE color: 5137848.

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

Color convert

RGB18410178-
CMYK00.450.580.28
HSL13.02º42.74%51.37%-
HSV(B)13.02º57.61%72.16%-
XYZ25.820.059.72-
YUV123.2102.5171.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.69%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 78 (30.86% from 255) = 21.49%
R=50.69%
G=27.82%
B=21.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841017800.450.580.2813.0242.7451.37
HexB8654E02D3A1Cd2b33
Octal2701451160557234155363
Binary10111000110010110011100101101111010111001101101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8654E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8654E; }

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

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

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

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

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

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

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

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