#BA664E

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

Shades of Flame Pea #BA664E

Tints of Flame Pea #BA664E

Color information

#BA664E (or 0xBA664E) is unknown color: approx Flame Pea. HEX triplet: BA, 66 and 4E. RGB value is (186,102,78). Sum of RGB (Red+Green+Blue) = 186+102+78=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA664E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA664E is #4599B1. Grayscale: #7C7C7C. Windows color (decimal): -4561330 or 5138106. OLE color: 5138106.

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

Color convert

RGB18610278-
CMYK00.450.580.27
HSL13.33º43.9%51.76%-
HSV(B)13.33º58.06%72.94%-
XYZ26.3820.499.77-
YUV124.38101.83171.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 102 (40.23% from 255) = 27.87%
BLUE value IS 78 (30.86% from 255) = 21.31%
R=50.82%
G=27.87%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861027800.450.580.2713.3343.951.76
HexBA664E02D3A1Bd2c34
Octal2721461160557233155464
Binary10111010110011010011100101101111010110111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA664E; }

 p { color: rgb(186,102,78); }

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

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

 a { background-color: rgb(186,102,78); }

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

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

 span { border-color: rgb(186,102,78); }

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