#BA654F

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

Shades of Flame Pea #BA654F

Tints of Flame Pea #BA654F

Color information

#BA654F (or 0xBA654F) is unknown color: approx Flame Pea. HEX triplet: BA, 65 and 4F. RGB value is (186,101,79). Sum of RGB (Red+Green+Blue) = 186+101+79=366 (48% of max value = 765). Red value is 186 (73.05% from 255 or 50.82% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 186 - color contains mainly: red. Hex color #BA654F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA654F is #459AB0. Grayscale: #7C7C7C. Windows color (decimal): -4561585 or 5203386. OLE color: 5203386.

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

Color convert

RGB18610179-
CMYK00.460.580.27
HSL12.34º43.67%51.96%-
HSV(B)12.34º57.53%72.94%-
XYZ26.3120.319.93-
YUV123.91102.66172.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 50.82%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=50.82%
G=27.60%
B=21.58%

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
Decimal1861017900.460.580.2712.3443.6751.96
HexBA654F02E3A1Bc2c34
Octal2721451170567233145464
Binary10111010110010110011110101110111010110111100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA654F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA654F; }

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

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

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

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

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

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

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

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