#BA694F

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

Shades of Flame Pea #BA694F

Tints of Flame Pea #BA694F

Color information

#BA694F (or 0xBA694F) is unknown color: approx Flame Pea. HEX triplet: BA, 69 and 4F. RGB value is (186,105,79). Sum of RGB (Red+Green+Blue) = 186+105+79=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 105 (41.41% from 255 or 28.38% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA694F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA694F is #4596B0. Grayscale: #7E7E7E. Windows color (decimal): -4560561 or 5204410. OLE color: 5204410.

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

Color convert

RGB18610579-
CMYK00.440.580.27
HSL14.58º43.67%51.96%-
HSV(B)14.58º57.53%72.94%-
XYZ26.7121.1110.06-
YUV126.26101.34170.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.27%
GREEN value IS 105 (41.41% from 255) = 28.38%
BLUE value IS 79 (31.25% from 255) = 21.35%
R=50.27%
G=28.38%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861057900.440.580.2714.5843.6751.96
HexBA694F02C3A1Bf2c34
Octal2721511170547233175464
Binary10111010110100110011110101100111010110111111101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA694F; }

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

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

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

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

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

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

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

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