#BA654B

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

Shades of Flame Pea #BA654B

Tints of Flame Pea #BA654B

Color information

#BA654B (or 0xBA654B) is unknown color: approx Flame Pea. HEX triplet: BA, 65 and 4B. RGB value is (186,101,75). Sum of RGB (Red+Green+Blue) = 186+101+75=362 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.38% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 186 - color contains mainly: red. Hex color #BA654B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA654B is #459AB4. Grayscale: #7B7B7B. Windows color (decimal): -4561589 or 4941242. OLE color: 4941242.

HSL color Cylindrical-coordinate representation of color #BA654B: hue angle of 14.05º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA654B is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB18610175-
CMYK00.460.600.27
HSL14.05º44.58%51.18%-
HSV(B)14.05º59.68%72.94%-
XYZ26.1720.259.19-
YUV123.45100.66172.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.38%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 75 (29.69% from 255) = 20.72%
R=51.38%
G=27.90%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861017500.460.600.2714.0544.5851.18
HexBA654B02E3C1Be2d33
Octal2721451130567433165563
Binary10111010110010110010110101110111100110111110101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA654B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA654B; }

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

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

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

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

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

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

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

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