#BA654D

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

Shades of Flame Pea #BA654D

Tints of Flame Pea #BA654D

Color information

#BA654D (or 0xBA654D) is unknown color: approx Flame Pea. HEX triplet: BA, 65 and 4D. RGB value is (186,101,77). Sum of RGB (Red+Green+Blue) = 186+101+77=364 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.10% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 77 (30.47% from 255 or 21.15% from 364); Max value from RGB is 186 - color contains mainly: red. Hex color #BA654D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA654D is #459AB2. Grayscale: #7B7B7B. Windows color (decimal): -4561587 or 5072314. OLE color: 5072314.

HSL color Cylindrical-coordinate representation of color #BA654D: hue angle of 13.21º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BA654D is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB18610177-
CMYK00.460.590.27
HSL13.21º44.13%51.57%-
HSV(B)13.21º58.6%72.94%-
XYZ26.2420.289.55-
YUV123.68101.66172.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.10%
GREEN value IS 101 (39.84% from 255) = 27.75%
BLUE value IS 77 (30.47% from 255) = 21.15%
R=51.10%
G=27.75%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861017700.460.590.2713.2144.1351.57
HexBA654D02E3B1Bd2c34
Octal2721451150567333155464
Binary10111010110010110011010101110111011110111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA654D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA654D; }

 p { color: rgb(186,101,77); }

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

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

 a { background-color: rgb(186,101,77); }

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

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

 span { border-color: rgb(186,101,77); }

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