#BA644F

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

Shades of Flame Pea #BA644F

Tints of Flame Pea #BA644F

Color information

#BA644F (or 0xBA644F) is unknown color: approx Flame Pea. HEX triplet: BA, 64 and 4F. RGB value is (186,100,79). Sum of RGB (Red+Green+Blue) = 186+100+79=365 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.96% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 79 (31.25% from 255 or 21.64% from 365); Max value from RGB is 186 - color contains mainly: red. Hex color #BA644F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA644F is #459BB0. Grayscale: #7B7B7B. Windows color (decimal): -4561841 or 5203130. OLE color: 5203130.

HSL color Cylindrical-coordinate representation of color #BA644F: hue angle of 11.78º 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 #BA644F is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB18610079-
CMYK00.460.580.27
HSL11.78º43.67%51.96%-
HSV(B)11.78º57.53%72.94%-
XYZ26.2220.129.9-
YUV123.32102.99172.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.96%
GREEN value IS 100 (39.45% from 255) = 27.40%
BLUE value IS 79 (31.25% from 255) = 21.64%
R=50.96%
G=27.40%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861007900.460.580.2711.7843.6751.96
HexBA644F02E3A1Bc2c34
Octal2721441170567233145464
Binary10111010110010010011110101110111010110111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA644F; }

 p { color: rgb(186,100,79); }

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

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

 a { background-color: rgb(186,100,79); }

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

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

 span { border-color: rgb(186,100,79); }

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